修改
This commit is contained in:
parent
dc163cb15b
commit
496a3842d7
@ -56,17 +56,20 @@
|
||||
<div class="title">
|
||||
<el-tag type="success">触发条件</el-tag>
|
||||
<span>
|
||||
{{ item.triggerConditionName == 'DIAGNOSIS' ? '诊断' : '' }}
|
||||
{{ item.triggerConditionName == 'DRESSING_CHANGE_DATE' ? '换药日期' : '' }}
|
||||
{{ item.triggerConditionName == 'TREATMENT_METHOD' ? '治疗方式' : '' }}
|
||||
{{ item.triggerConditionName == 'SURGICAL_NAME' ? '手术名称' : '' }}
|
||||
{{ item.triggerConditionName == 'DRUG_NAME' ? '药品名称' : '' }}
|
||||
</span>
|
||||
<span style="padding: 0;">
|
||||
{{ item.triggerConditionOperator == 'CONTAIN' ? '包含' : '' }}
|
||||
{{ item.triggerConditionOperator == 'NOT_CONTAIN' ? '不包含' : '' }}
|
||||
{{ item.triggerConditionOperator == 'EQUAL_TO' ? '等于' : '' }}
|
||||
{{ item.triggerConditionOperator == 'NOT_EQUAL_TO' ? '不等于' : '' }}
|
||||
</span>
|
||||
<span style="padding: 0;">
|
||||
{{ item.triggerConditionName == 'DIAGNOSIS' ? '诊断' : '' }}
|
||||
{{ item.triggerConditionName == 'DRESSING_CHANGE_DATE' ? '换药日期' : '' }}
|
||||
{{ item.triggerConditionName == 'TREATMENT_METHOD' ? '治疗方式' : '' }}
|
||||
{{ item.triggerConditionName == 'SURGICAL_NAME' ? '手术名称' : '' }}
|
||||
{{ item.triggerConditionName == 'DRUG_NAME' ? '药品名称' : '' }}
|
||||
{{ item.triggerConditionValue }}
|
||||
</span>
|
||||
</div>
|
||||
<div class="progress">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user