From 340cd7ad6e3ef1b0ce62427f011290566345e44b Mon Sep 17 00:00:00 2001 From: yaojn Date: Mon, 15 Jan 2024 14:50:07 +0800 Subject: [PATCH] =?UTF-8?q?-=20[=E4=BF=AE=E5=A4=8D]=E8=B5=84=E4=BA=A7?= =?UTF-8?q?=E6=B8=85=E5=8D=95-=E9=AB=98=E7=BA=A7=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F=E4=B8=8B=EF=BC=8C=E6=9D=A1=E4=BB=B6=E6=A0=87?= =?UTF-8?q?=E7=AD=BE=E5=9B=9E=E6=98=BE=E9=94=99=E8=AF=AF=20=20-=20[?= =?UTF-8?q?=E5=85=B3=E8=81=94]#[1069415762722816]=E8=B5=84=E4=BA=A7?= =?UTF-8?q?=E6=B8=85=E5=8D=95-=E9=AB=98=E7=BA=A7=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F=E4=B8=8B=EF=BC=8C=E6=9D=A1=E4=BB=B6=E6=A0=87?= =?UTF-8?q?=E7=AD=BE=E5=9B=9E=E6=98=BE=E9=94=99=E8=AF=AF=20http://192.168.?= =?UTF-8?q?0.96:8090/demo/rdm.html#/bug-detail/939050947543040/93905094754?= =?UTF-8?q?3057/1069415762722816?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/pages/cmdb/asset/advanced-mode-search.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/pages/cmdb/asset/advanced-mode-search.vue b/src/views/pages/cmdb/asset/advanced-mode-search.vue index 1e093ebf..e584d7d4 100644 --- a/src/views/pages/cmdb/asset/advanced-mode-search.vue +++ b/src/views/pages/cmdb/asset/advanced-mode-search.vue @@ -666,7 +666,7 @@ export default { let childJoinType = v.conditionRelList && v.conditionRelList.find((item) => item.from == uu.uuid); conditionList.push({ label: uu.label, - text: (uu.expression == 'is-null' ? this.$t('term.expression.notempty') : (uu.expression == 'is-not-null' ? this.$t('term.expression.notempty') : '')) || (uu.text), + text: (uu.expression == 'is-null' ? this.$t('term.expression.empty') : (uu.expression == 'is-not-null' ? this.$t('term.expression.notempty') : '')) || (uu.text), childJoinType: (childJoinType ? childJoinType.joinType : 'or') || 'or', childUuid: uu.uuid }); -- Gitee