liu
2 天以前 f7e06aaee32674791f63d6e5111c0d0a3f4de4a3
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 [