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 }}