内外部会议

This commit is contained in:
zyn
2023-10-16 13:36:45 +08:00
parent 3e961a66ef
commit 57ae69b55b
5 changed files with 164 additions and 54 deletions
@@ -4,6 +4,7 @@
<el-form-item
:label="config.attrName"
:prop="config.attrField"
:rules="rules"
:label-width="labelWidth"
class="add-form-item"
:class="{'form-item-disabled': disabled}"
@@ -197,6 +198,9 @@ export default {
showModifyName: {
type: Boolean,
default: false
},
rules: {
type: Array
}
},
watch: {