guhongwei 4 tahun lalu
induk
melakukan
079e8fba7e
1 mengubah file dengan 8 tambahan dan 0 penghapusan
  1. 8 0
      dict/index.js

+ 8 - 0
dict/index.js

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