15 分钟以前 3f7a1f34aff16f12de093a9579201e518b0c309b
src/views/crm/business/status/data.ts
@@ -1,7 +1,7 @@
import type { VbenFormSchema } from '#/adapter/form';
import type { VxeTableGridOptions } from '#/adapter/vxe-table';
import { handleTree } from '..\..\..\..\packages\utils\src';
import { handleTree } from '@vben/utils';
import { getDeptList } from '#/api/system/dept';
@@ -85,10 +85,9 @@
export function useFormColumns(): VxeTableGridOptions['columns'] {
  return [
    {
      field: 'endStatus',
      title: '阶段',
      minWidth: 100,
      slots: { default: 'endStatus' },
      type: 'seq',
      title: '序号',
      width: 60,
    },
    {
      field: 'name',