fix:光芯辅料类型添加到enumerate.js
This commit is contained in:
parent
4bdb9db361
commit
84c96748c3
|
@ -222,4 +222,8 @@ export const actStateEnum = new EnumFactory({
|
||||||
3: { text: '被撤回', type: 'warning' },
|
3: { text: '被撤回', type: 'warning' },
|
||||||
4: { text: '已完成', type: 'success' },
|
4: { text: '已完成', type: 'success' },
|
||||||
5: { text: '已关闭', type: 'info' },
|
5: { text: '已关闭', type: 'info' },
|
||||||
|
})
|
||||||
|
|
||||||
|
export const mCateEnum = new EnumFactory({
|
||||||
|
'list': ['主要辅材','办公辅料','设备维护辅料','包装辅材','标识辅材','防护辅材','其他辅材','常规辅材','医护辅材','检测辅材','倒角辅材','减薄辅材','磨抛辅材','多线切辅材','精雕辅材','扫边辅材','黑化辅材']
|
||||||
})
|
})
|
Loading…
Reference in New Issue