liu
3 天以前 31f8c28b502a3f963a2651194112584371448e37
src/views/srm/supplierApply/data.ts
@@ -10,6 +10,9 @@
import { APPLY_STATUS_CELLTAG, APPLY_STATUS_OPTIONS } from '../enums';
/** 表单类型:新增 / 编辑 / 详情(只读) */
export type FormType = 'create' | 'edit' | 'detail';
/** 新增/修改的表单 */
export function useFormSchema(formApi?: VbenFormApi): VbenFormSchema[] {
  return [