mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-27 14:53:22 +08:00
fix: missing formPath
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
|
import type { FormSchemaGetter } from '#/adapter/form';
|
||||||
import type { VxeGridProps } from '#/adapter/vxe-table';
|
import type { VxeGridProps } from '#/adapter/vxe-table';
|
||||||
|
|
||||||
import { type FormSchemaGetter } from '#/adapter/form';
|
|
||||||
import { OptionsTag } from '#/components/table';
|
import { OptionsTag } from '#/components/table';
|
||||||
|
|
||||||
import { publishStatusOptions } from './constant';
|
import { publishStatusOptions } from './constant';
|
||||||
@@ -94,4 +94,10 @@ export const modalSchema: FormSchemaGetter = () => [
|
|||||||
label: '流程名称',
|
label: '流程名称',
|
||||||
rules: 'required',
|
rules: 'required',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
component: 'Input',
|
||||||
|
fieldName: 'formPath',
|
||||||
|
label: '表单路径',
|
||||||
|
rules: 'required',
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user