feat:分类模块,单位模块完成
This commit is contained in:
17
src/constants/typeEnum.js
Normal file
17
src/constants/typeEnum.js
Normal file
@@ -0,0 +1,17 @@
|
||||
export const TEMPLATE_TYPES = [
|
||||
{
|
||||
value: 'quotation',
|
||||
label: '报价单模板',
|
||||
},
|
||||
{
|
||||
value: 'project',
|
||||
label: '专案模板',
|
||||
},
|
||||
{
|
||||
value: 'task',
|
||||
label: '任务模板',
|
||||
},{
|
||||
value: 'common',
|
||||
label: '通用',
|
||||
}
|
||||
];
|
||||
Reference in New Issue
Block a user