|
|
@ -21,7 +21,7 @@
|
|
|
|
const isUpdate = ref(true);
|
|
|
|
const isUpdate = ref(true);
|
|
|
|
//表单配置
|
|
|
|
//表单配置
|
|
|
|
const [registerForm, {setProps,resetFields, setFieldsValue, validate}] = useForm({
|
|
|
|
const [registerForm, {setProps,resetFields, setFieldsValue, validate}] = useForm({
|
|
|
|
labelWidth: 150,
|
|
|
|
//labelWidth: 150,
|
|
|
|
schemas: ${sub.entityName?uncap_first}FormSchema,
|
|
|
|
schemas: ${sub.entityName?uncap_first}FormSchema,
|
|
|
|
showActionButtonGroup: false,
|
|
|
|
showActionButtonGroup: false,
|
|
|
|
baseColProps: {span: ${getFormSpan(tableVo.fieldRowNum?default(1))}}
|
|
|
|
baseColProps: {span: ${getFormSpan(tableVo.fieldRowNum?default(1))}}
|
|
|
|