From 496a3842d74d759c65327e5990452dda3f82f6a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Sun, 7 Apr 2024 11:29:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/editorialSpecialization/index.vue | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/src/views/system/editorialSpecialization/index.vue b/src/views/system/editorialSpecialization/index.vue index 2ef8428..26c8cbd 100644 --- a/src/views/system/editorialSpecialization/index.vue +++ b/src/views/system/editorialSpecialization/index.vue @@ -56,17 +56,20 @@
触发条件 + {{ item.triggerConditionName == 'DIAGNOSIS' ? '诊断' : '' }} + {{ item.triggerConditionName == 'DRESSING_CHANGE_DATE' ? '换药日期' : '' }} + {{ item.triggerConditionName == 'TREATMENT_METHOD' ? '治疗方式' : '' }} + {{ item.triggerConditionName == 'SURGICAL_NAME' ? '手术名称' : '' }} + {{ item.triggerConditionName == 'DRUG_NAME' ? '药品名称' : '' }} + + {{ item.triggerConditionOperator == 'CONTAIN' ? '包含' : '' }} {{ item.triggerConditionOperator == 'NOT_CONTAIN' ? '不包含' : '' }} {{ item.triggerConditionOperator == 'EQUAL_TO' ? '等于' : '' }} {{ item.triggerConditionOperator == 'NOT_EQUAL_TO' ? '不等于' : '' }} - {{ item.triggerConditionName == 'DIAGNOSIS' ? '诊断' : '' }} - {{ item.triggerConditionName == 'DRESSING_CHANGE_DATE' ? '换药日期' : '' }} - {{ item.triggerConditionName == 'TREATMENT_METHOD' ? '治疗方式' : '' }} - {{ item.triggerConditionName == 'SURGICAL_NAME' ? '手术名称' : '' }} - {{ item.triggerConditionName == 'DRUG_NAME' ? '药品名称' : '' }} + {{ item.triggerConditionValue }}