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 = {}
|
||||
|
||||
Reference in New Issue
Block a user