|
@@ -203,7 +203,8 @@ export default {
|
|
"labelPrefix":'prefix', //前缀
|
|
"labelPrefix":'prefix', //前缀
|
|
"labelSuffix":'suffix', //后缀
|
|
"labelSuffix":'suffix', //后缀
|
|
"maxValue":'maxNormalVal', //前缀
|
|
"maxValue":'maxNormalVal', //前缀
|
|
- "minValue":'minNormalVal' //后缀
|
|
|
|
|
|
+ "minValue":'minNormalVal', //后缀
|
|
|
|
+ "specFlag": 'specFlag' //标记状态(0:没有标记,1:主诉高亮,2:诱因记录)
|
|
};
|
|
};
|
|
if (tagFlag == 2) {
|
|
if (tagFlag == 2) {
|
|
maps["tagType"] = 'region2'
|
|
maps["tagType"] = 'region2'
|
|
@@ -272,6 +273,8 @@ export default {
|
|
//controlType:isDpt?'region2':'',
|
|
//controlType:isDpt?'region2':'',
|
|
type:'region1',
|
|
type:'region1',
|
|
url:'region13',
|
|
url:'region13',
|
|
|
|
+ specFlag:'specFlag',
|
|
|
|
+ required: 'required'
|
|
};
|
|
};
|
|
isDpt?maps.controlType = 'region2':maps.tagType = 'region2';
|
|
isDpt?maps.controlType = 'region2':maps.tagType = 'region2';
|
|
let obj = {};
|
|
let obj = {};
|