src/views/crm/receivable/components/data.ts
@@ -1,6 +1,6 @@ import type { VxeTableGridOptions } from '#/adapter/vxe-table'; import { DICT_TYPE } from '../../../../packages/constants/src'; import { DICT_TYPE } from '@vben/constants'; /** 详情列表的字段 */ export function useDetailListColumns(): VxeTableGridOptions['columns'] { @@ -51,16 +51,6 @@ title: '备注', field: 'remark', minWidth: 150, }, { title: '回款状态', field: 'auditStatus', minWidth: 100, fixed: 'right', cellRender: { name: 'CellDict', props: { type: DICT_TYPE.CRM_AUDIT_STATUS }, }, }, { title: '操作',