创新服务

This commit is contained in:
熊丽君
2022-01-12 11:22:02 +08:00
parent e75d7f3a4f
commit 967d9e7efc
10 changed files with 842 additions and 152 deletions

19
src/utils/parameter.js Normal file
View File

@ -0,0 +1,19 @@
// 归属导航
export const modeOptions = [
{
value: 101,
label: '中小企业服务',
},
{
value: 102,
label: '大型企业服务',
},
{
value: 103,
label: '政府企业服务',
},
{
value: 104,
label: '科研院所服务',
},
]