|
@@ -63,7 +63,15 @@ export const openColumn = [
|
|
{ label: '机构管理', value: 'seven' },
|
|
{ label: '机构管理', value: 'seven' },
|
|
];
|
|
];
|
|
// 5-政策服务
|
|
// 5-政策服务
|
|
|
|
+// 创新券类型
|
|
export const policyType = ['研发补贴', '奖励兑现', '创新券'];
|
|
export const policyType = ['研发补贴', '奖励兑现', '创新券'];
|
|
|
|
+// 折扣类型
|
|
|
|
+export const discounttype = ['全额折扣券', '折扣券', '定额券'];
|
|
|
|
+// 适用服务类型
|
|
|
|
+export const usetype = ['服务类型1', '服务类型2', '服务类型3'];
|
|
|
|
+// 所属分类
|
|
|
|
+export const classify = ['分类1', '分类2', '分类3'];
|
|
|
|
+
|
|
export const policyStatus = [
|
|
export const policyStatus = [
|
|
{ label: '待处理', value: '0' },
|
|
{ label: '待处理', value: '0' },
|
|
{ label: '已通过', value: '1' },
|
|
{ label: '已通过', value: '1' },
|