|
@@ -282,7 +282,7 @@ export default {
|
|
|
labelTypesMaps: { //// 归属和填写单类型限制
|
|
|
'1':['2','3','4','11'],
|
|
|
'3':['2','4','6'],
|
|
|
- '4':[,'2','3'],
|
|
|
+ '4':['2','3'],
|
|
|
'5':['7'],
|
|
|
'6':['9'],
|
|
|
'7':['9'],
|
|
@@ -290,8 +290,8 @@ export default {
|
|
|
},
|
|
|
groupParams:[
|
|
|
{controlType:[0,1,2],tagType:[1]}, //多列多选(杂音/初为) notTagType为文字标签剔除
|
|
|
- {controlType:[0,1,2,5,6,7],tagType:[1]}, //多项统一横铺标签(血压)
|
|
|
- {controlType:[0,1,2,5,6,7,11],tagType:[1,2,3]}, //症状详细(症状尾巴)
|
|
|
+ {controlType:[0,1,2,5,6,7,8],tagType:[1]}, //多项统一横铺标签(血压)
|
|
|
+ {controlType:[0,1,2,5,6,7,8,11],tagType:[1,2,3]}, //症状详细(症状尾巴)
|
|
|
{controlType:[0,1,2],tagType:[1,4]}, //组合项标签(既往史)
|
|
|
{controlType:[0,1,6],tagType:[1]}, //化验组合
|
|
|
{controlType:[0,1,2,99],tagType:[1]}, //症状推送类型(添加症状)
|