From ed0d51d47d9240e8941d20f42eb69f74093fa51c Mon Sep 17 00:00:00 2001 From: lilinyuan <1084668738@qq.com> Date: Tue, 26 Mar 2024 16:29:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B0=83=E6=95=B4=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/fvcomponents/fvForm/index.vue | 3 +-- src/fvcomponents/fvTable/index.vue | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/fvcomponents/fvForm/index.vue b/src/fvcomponents/fvForm/index.vue index 2d58b50..a229a9e 100644 --- a/src/fvcomponents/fvForm/index.vue +++ b/src/fvcomponents/fvForm/index.vue @@ -5,7 +5,7 @@ label-width="auto" ref="formInstance" > - + { }) }) -console.log(filterSchma.value, 'filterSchma'); const validate = async () => { let validObj = {} diff --git a/src/fvcomponents/fvTable/index.vue b/src/fvcomponents/fvTable/index.vue index 066c029..8833ea9 100644 --- a/src/fvcomponents/fvTable/index.vue +++ b/src/fvcomponents/fvTable/index.vue @@ -6,7 +6,7 @@ v-for="btn in tableConfig.btns" :key="btn.key" :type="btn.type || ''" - :v-perm="btn.auth || '[*:*:*]'" + v-perm="btn.auth || ['*:*:*']" @click="handleClickBtns(btn.key)" > {{ btn.name }}