fix:光芯辅料类型添加到enumerate.js

This commit is contained in:
shijing 2025-08-25 13:49:39 +08:00
parent 4bdb9db361
commit 84c96748c3
1 changed files with 4 additions and 0 deletions

View File

@ -223,3 +223,7 @@ export const actStateEnum = new EnumFactory({
4: { text: '已完成', type: 'success' },
5: { text: '已关闭', type: 'info' },
})
export const mCateEnum = new EnumFactory({
'list': ['主要辅材','办公辅料','设备维护辅料','包装辅材','标识辅材','防护辅材','其他辅材','常规辅材','医护辅材','检测辅材','倒角辅材','减薄辅材','磨抛辅材','多线切辅材','精雕辅材','扫边辅材','黑化辅材']
})