소스 검색

新增字典项:数学字符和工艺参数单位

yusheng 5 달 전
부모
커밋
0f9474f787
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      src/enum/dict.js

+ 5 - 1
src/enum/dict.js

@@ -26,7 +26,11 @@ export default {
   规则周期: 'rule_cycle',
   业务类型: 'business_type',
   行业类别: 'industry_type',
-  记录表模板样式: 'record_template_style'
+  记录表模板样式: 'record_template_style',
+  数学字符: 'mathematical_symbol',
+  工艺参数单位: 'parameter_code',
+
+
 };
 
 export const numberList = ['urgent_type'];