| | |
| | | confirm, |
| | | Page, |
| | | useVbenModal, |
| | | } from "../../../../packages/effects/common-ui/src"; |
| | | import { DICT_TYPE } from "../../../../packages/constants/src"; |
| | | import { getDictLabel } from "../../../../packages/effects/hooks/src"; |
| | | import { downloadFileFromBlobPart } from "../../../../packages/utils/src"; |
| | | } from "@vben/common-ui"; |
| | | import { DICT_TYPE } from "@vben/constants"; |
| | | import { getDictLabel } from "@vben/hooks"; |
| | | import { downloadFileFromBlobPart } from "@vben/utils"; |
| | | |
| | | import { Button, Card, message } from "ant-design-vue"; |
| | | |
| | |
| | | <Grid table-title="物料产品列表"> |
| | | <template #toolbar-tools> |
| | | <TableAction :actions="[ |
| | | { |
| | | label: $t('ui.actionTitle.create', ['物料']), |
| | | type: 'primary', |
| | | icon: ACTION_ICON.ADD, |
| | | auth: ['mes:md-item:create'], |
| | | onClick: handleCreate, |
| | | }, |
| | | { |
| | | label: $t('ui.actionTitle.import'), |
| | | type: 'primary', |