| 12345678910111213141516171819 |
- export default {
- 类型用途: 'type_use',
- 分类编号: 'classify_no',
- 分隔符: 'separate',
- 任务类型: 'taskCategory',
- 流程分类: 'processCategory',
- 角度: 'angle',
- 生命周期: 'life_cycle',
- 网络状态: 'network_status',
- 金额单位: 'money_unit',
- 仓库: 'warehouse',
- 时间单位: 'time_unit',
- 处置仓库: 'modificatiWnarehouse',
- 干燥区域: 'drying_area',
- 日期方式: 'date_method',
- 开槽类型:'slotting_type'
- };
- export const numberList = ['date_method'];
|