@ -91,7 +91,7 @@
columns,
canResize:false,
formConfig: {
labelWidth: 120,
//labelWidth: 120,
schemas: searchFormSchema,
autoSubmitOnEnter:true,
showAdvancedButton:true,
@ -16,7 +16,7 @@
const isUpdate = ref(true);
//表单配置
const [registerForm, {setProps,resetFields, setFieldsValue, validate}] = useForm({
labelWidth: 150,
//labelWidth: 150,
schemas: formSchema,
showActionButtonGroup: false,
baseColProps: {span: ${getFormSpan(tableVo.fieldRowNum?default(1))}}
@ -92,7 +92,7 @@
@ -21,7 +21,7 @@
schemas: ${sub.entityName?uncap_first}FormSchema,
@ -109,7 +109,7 @@
@ -77,7 +77,7 @@
</#list>
@ -24,7 +24,7 @@
},
setup(props,{emit}) {
const [registerForm, {setProps, resetFields, setFieldsValue,getFieldsValue,validate}] = useForm({
@ -82,7 +82,7 @@