Sfoglia il codice sorgente

增加是否为症状

zhangxc 6 anni fa
parent
commit
e056b1acc3

+ 1 - 0
src/api/utils.js

@@ -188,6 +188,7 @@ export default {
       "ageEnd": 'region9',              //最大年龄
       "copyType":'region10',          //是否复制主标签  
       "showAdd":'region11',           //是否复制当前模块
+      "itemType": 'region12',
       "labelPrefix":'prefix',                                 //前缀
       "labelSuffix":'suffix',                                 //后缀
       "maxValue":'maxNormalVal',                                 //前缀

+ 1 - 0
src/components/icss/NoiseTemplate.vue

@@ -201,6 +201,7 @@ export default {
           "textGenerate": this.form.currentOrder,      //成文顺序 默认0
           "copyType": this.dataPub.region10,           //是否复制
           "showAdd": this.dataPub.region11,            //是否显示加号血压
+          "itemType" :this.dataPub.region12,
           "showInfo": 0,
           "questionDetails": [],
           "questionMappings": detailLis       //映射关系,

+ 1 - 1
src/components/icss/PubIndeptTag.vue

@@ -234,7 +234,7 @@
           region3: '',      //系统名称
           region4: '',      //界面名称
           region5: '',      //选项之间的链接
-          region6: '1',      //是否可以检索
+          region6: '0',      //是否可以检索
           region7: '3',       //性别
           region8: '0',          //最小年龄
           region9: '200',         //最大年龄