完善公共表单组件

This commit is contained in:
zyn
2023-09-26 14:17:48 +08:00
parent 468155b121
commit 77cab9bf85
5 changed files with 10 additions and 11 deletions
@@ -155,7 +155,6 @@ export default {
},
prop: {
type: String,
required: true
},
value: {
required: true
@@ -177,7 +176,6 @@ export default {
// label宽度
labelWidth: {
type: String,
default: '150px'
}
},
data () {