@@ -351,6 +351,9 @@
component: 'Input',
slot: 'text',
required: false,
+ componentProps: {
+ maxLength: 50,
+ },
colProps: {
span: 1,
},
@@ -417,9 +420,11 @@
pull: 5,
componentProps: {
api: allList,
labelField: 'name',
valueField: 'laborCostId',
+ // maxl
showSearch: true,
placeholder: '请输入备注',
onChange: (value) => {