| | |
| | | import type { VbenFormSchema } from '#/adapter/form'; |
| | | import type { VxeTableGridOptions } from '#/adapter/vxe-table'; |
| | | |
| | | import { DICT_TYPE } from '../../../packages/constants/src'; |
| | | import { useUserStore } from '../../../packages/stores/src'; |
| | | import { erpPriceInputFormatter, erpPriceMultiply } from '../../../packages/utils/src'; |
| | | |
| | |
| | | field: 'auditStatus', |
| | | fixed: 'right', |
| | | minWidth: 120, |
| | | cellRender: { |
| | | name: 'CellDict', |
| | | props: { type: DICT_TYPE.CRM_AUDIT_STATUS }, |
| | | }, |
| | | slots: { default: 'auditStatus' }, |
| | | }, |
| | | { |
| | | title: '关联订单', |
| | | field: 'orderNo', |
| | | fixed: 'right', |
| | | minWidth: 150, |
| | | slots: { default: 'orderNo' }, |
| | | }, |
| | | { |
| | | title: '操作', |
| | | field: 'actions', |
| | | fixed: 'right', |
| | | minWidth: 130, |
| | | minWidth: 220, |
| | | slots: { default: 'actions' }, |
| | | }, |
| | | ]; |