| | |
| | | import type { VxeTableGridOptions } from '#/adapter/vxe-table'; |
| | | |
| | | import { DICT_TYPE } from '..\..\..\..\packages\constants\src'; |
| | | import { erpPriceInputFormatter } from '..\..\..\..\packages\utils\src'; |
| | | import { DICT_TYPE } from '@vben/constants'; |
| | | import { erpPriceInputFormatter } from '@vben/utils'; |
| | | |
| | | export function useDetailListColumns(): VxeTableGridOptions['columns'] { |
| | | return [ |
| | |
| | | }, |
| | | }, |
| | | { |
| | | title: '已开票金额(元)', |
| | | field: 'totalInvoicePrice', |
| | | minWidth: 150, |
| | | formatter: 'formatAmount2', |
| | | }, |
| | | { |
| | | title: '未开票金额(元)', |
| | | field: 'unInvoicePrice', |
| | | minWidth: 150, |
| | | formatter: 'formatAmount2', |
| | | }, |
| | | { |
| | | title: '负责人', |
| | | field: 'ownerUserName', |
| | | minWidth: 150, |