fix: missing formPath
This commit is contained in:
parent
a3bad43c16
commit
15a7793dce
@ -1,6 +1,6 @@
|
||||
import type { FormSchemaGetter } from '#/adapter/form';
|
||||
import type { VxeGridProps } from '#/adapter/vxe-table';
|
||||
|
||||
import { type FormSchemaGetter } from '#/adapter/form';
|
||||
import { OptionsTag } from '#/components/table';
|
||||
|
||||
import { publishStatusOptions } from './constant';
|
||||
@ -94,4 +94,10 @@ export const modalSchema: FormSchemaGetter = () => [
|
||||
label: '流程名称',
|
||||
rules: 'required',
|
||||
},
|
||||
{
|
||||
component: 'Input',
|
||||
fieldName: 'formPath',
|
||||
label: '表单路径',
|
||||
rules: 'required',
|
||||
},
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user