bugfix zentao

This commit is contained in:
lb
2023-10-12 11:08:51 +08:00
parent 0162f338ba
commit 8f634d012c
8 changed files with 76 additions and 740 deletions

View File

@@ -10,6 +10,8 @@
ref="form"
:model="form"
:label-width="`${labelWidth}px`"
:size="size"
:label-position="labelPosition"
v-loading="formLoading">
<el-row :gutter="20" v-for="(row, rindex) in rows" :key="rindex">
<el-col v-for="col in row" :key="col.label" :span="24 / row.length">
@@ -119,7 +121,15 @@ export default {
disabled: {
type: Boolean,
default: false,
}
},
labelPosition: {
type: String,
default: 'right',
},
size: {
type: String,
default: '',
},
},
data() {
return {