From facb4104d30fd92d3374d8d27b56331f5cc909d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=96=87=E5=8F=AF?= <1041367524@qq.com> Date: Fri, 18 Mar 2022 22:02:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E7=BB=84=E4=BB=B6=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/TableList.vue | 24 +++++++----------------- src/components/extra/ElRadioGroup.vue | 1 + 2 files changed, 8 insertions(+), 17 deletions(-) diff --git a/src/components/TableList.vue b/src/components/TableList.vue index 09f346b..64ca686 100644 --- a/src/components/TableList.vue +++ b/src/components/TableList.vue @@ -385,7 +385,7 @@ {slots.operation?.()} {props.operation.includes('import') ? ( handleSetting()}> - 设置 + + 设置 ) : ( '' )} handleCloseSetting()} v-slots={{ footer: () => { @@ -450,24 +451,13 @@

修改后如果显示异常,刷新页面即可恢复正常


- ( - - ), - }} - /> + row.type === 'index' ? ( diff --git a/src/components/extra/ElRadioGroup.vue b/src/components/extra/ElRadioGroup.vue index 2637b9d..6a266d7 100644 --- a/src/components/extra/ElRadioGroup.vue +++ b/src/components/extra/ElRadioGroup.vue @@ -4,6 +4,7 @@