feat:分类模块,单位模块完成

This commit is contained in:
liamzi
2024-12-27 18:10:20 +08:00
parent 8d2383a8a9
commit fb188374b2
15 changed files with 668 additions and 779 deletions

17
src/constants/typeEnum.js Normal file
View File

@@ -0,0 +1,17 @@
export const TEMPLATE_TYPES = [
{
value: 'quotation',
label: '报价单模板',
},
{
value: 'project',
label: '专案模板',
},
{
value: 'task',
label: '任务模板',
},{
value: 'common',
label: '通用',
}
];