diff --git a/src/utils/enum.js b/src/utils/enum.js index 1b84415d..a6511d7c 100644 --- a/src/utils/enum.js +++ b/src/utils/enum.js @@ -222,4 +222,8 @@ export const actStateEnum = new EnumFactory({ 3: { text: '被撤回', type: 'warning' }, 4: { text: '已完成', type: 'success' }, 5: { text: '已关闭', type: 'info' }, +}) + +export const mCateEnum = new EnumFactory({ + 'list': ['主要辅材','办公辅料','设备维护辅料','包装辅材','标识辅材','防护辅材','其他辅材','常规辅材','医护辅材','检测辅材','倒角辅材','减薄辅材','磨抛辅材','多线切辅材','精雕辅材','扫边辅材','黑化辅材'] }) \ No newline at end of file