fix: 调整组件
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
label-width="auto"
|
||||
ref="formInstance"
|
||||
>
|
||||
<el-row>
|
||||
<el-row :gutter="20">
|
||||
<el-col
|
||||
v-for="item in filterSchma"
|
||||
v-bind="item.colProps || { span: 12}"
|
||||
@@ -62,7 +62,6 @@ const filterSchma = computed(()=>{
|
||||
})
|
||||
})
|
||||
|
||||
console.log(filterSchma.value, 'filterSchma');
|
||||
|
||||
const validate = async () => {
|
||||
let validObj = {}
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user