创新服务
This commit is contained in:
19
src/utils/parameter.js
Normal file
19
src/utils/parameter.js
Normal file
@ -0,0 +1,19 @@
|
||||
// 归属导航
|
||||
export const modeOptions = [
|
||||
{
|
||||
value: 101,
|
||||
label: '中小企业服务',
|
||||
},
|
||||
{
|
||||
value: 102,
|
||||
label: '大型企业服务',
|
||||
},
|
||||
{
|
||||
value: 103,
|
||||
label: '政府企业服务',
|
||||
},
|
||||
{
|
||||
value: 104,
|
||||
label: '科研院所服务',
|
||||
},
|
||||
]
|
||||
Reference in New Issue
Block a user