From 41a8f9bd91d2c22ba32e457bbb9390ed50b41cd3 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Fri, 19 Apr 2024 14:19:40 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E7=BB=91=E5=AE=9A=E9=9B=B6=E9=83=A8?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../selection/ClauseSelectionModal.vue | 36 +++++++++++-------- .../modules/BingingPartsModal.vue | 6 ++-- .../bindingParts/modules/ClauseModal.vue | 10 +++--- 3 files changed, 29 insertions(+), 23 deletions(-) diff --git a/src/components/selection/ClauseSelectionModal.vue b/src/components/selection/ClauseSelectionModal.vue index f82b88e8..84bd99d0 100644 --- a/src/components/selection/ClauseSelectionModal.vue +++ b/src/components/selection/ClauseSelectionModal.vue @@ -50,11 +50,10 @@ - - {{ text || text === 0 ? text : global.emptyLine }} - {{ text }} - {{ global.emptyLine }} - + + {{ text && text !== 'null' ? text.replace(/<.*?>/ig, ' ') : '' }} + + {{ global.emptyLine }} @@ -64,15 +63,20 @@ {{ $t('cancel') }} {{ $t('submit') }} + + +