|
@@ -38,7 +38,8 @@
|
|
</div>
|
|
</div>
|
|
<div class="bottomPartRight bottomPartRightTemplate">
|
|
<div class="bottomPartRight bottomPartRightTemplate">
|
|
<p class="poolTitle poolTitleTmp">模板内容:
|
|
<p class="poolTitle poolTitleTmp">模板内容:
|
|
- <span style="color:#22ccc8;fontSize:12px" v-if="type == 1 || type == 2 || type == 3">主诉中的主/伴症状,引用到现病史中显示的位置和现病史中添加其他症状显示的位置</span>
|
|
|
|
|
|
+ <span style="color:#22ccc8;fontSize:12px" v-if="type == 1">特殊标记1-只可放入主诉模块中,放入其他模块数据会显示异常</span>
|
|
|
|
+ <span style="color:#22ccc8;fontSize:12px" v-if="type == 2 || type == 3">特殊标记4-只可放入现病史模块中,放入其他模块数据会显示异常</span>
|
|
<span style="color:#22ccc8;fontSize:12px" v-if="type == 5">特殊标记1-只可放入主诉模块中,放入其他模块数据会显示异常;特殊标记4-只可放入现病史模块中,放入其他模块数据会显示异常;</span>
|
|
<span style="color:#22ccc8;fontSize:12px" v-if="type == 5">特殊标记1-只可放入主诉模块中,放入其他模块数据会显示异常;特殊标记4-只可放入现病史模块中,放入其他模块数据会显示异常;</span>
|
|
</p>
|
|
</p>
|
|
<div v-if="type == 5">
|
|
<div v-if="type == 5">
|
|
@@ -200,6 +201,9 @@ export default {
|
|
reviewList[m].type = 'input'
|
|
reviewList[m].type = 'input'
|
|
reviewList[m].text = reviewList[m].tagName
|
|
reviewList[m].text = reviewList[m].tagName
|
|
}else{ //这个是标签
|
|
}else{ //这个是标签
|
|
|
|
+ if(reviewList[m].flag == 1 || reviewList[m].flag == 4){
|
|
|
|
+
|
|
|
|
+ }
|
|
reviewList[m].id = reviewList[m].questionId
|
|
reviewList[m].id = reviewList[m].questionId
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -469,7 +473,6 @@ export default {
|
|
"tagName": this.searchVal,
|
|
"tagName": this.searchVal,
|
|
"type": this.type == 4?3:1,
|
|
"type": this.type == 4?3:1,
|
|
"noIds": notIds,
|
|
"noIds": notIds,
|
|
- "notTagType": [8]
|
|
|
|
}
|
|
}
|
|
api.getQuestionInfos(param).then((res) => {
|
|
api.getQuestionInfos(param).then((res) => {
|
|
if (res.data.code === '0') {
|
|
if (res.data.code === '0') {
|