zhangwencui
4 小时以前 5f3dea3fd930afde720677fba10b6bfb2e836a18
src/views/mes/dv/repair/data.ts
@@ -1,4 +1,4 @@
import type { VbenFormApi, VbenFormSchema } from '#/adapter/form';
import type { VbenFormApi, VbenFormSchema } from '#/adapter/form';
import type { VxeTableGridOptions } from '#/adapter/vxe-table';
import type { MesDvRepairApi } from '#/api/mes/dv/repair';
@@ -8,8 +8,8 @@
  DICT_TYPE,
  MesAutoCodeRuleCode,
  MesDvRepairStatusEnum,
} from '..\..\..\..\packages\constants\src';
import { getDictOptions } from '..\..\..\..\packages\effects\hooks\src';
} from '@vben/constants';
import { getDictOptions } from '@vben/hooks';
import { Button } from 'ant-design-vue';
@@ -25,7 +25,7 @@
  return ['confirm', 'detail', 'finish'].includes(formType);
}
/** 新增/修改维修工单的表单 */
/** 新增/修改维修订单的表单 */
export function useFormSchema(
  formType: FormType,
  formApi?: VbenFormApi,