| | |
| | | |
| | | import { ref, watch } from 'vue'; |
| | | |
| | | import { useVbenModal } from '../../../../../packages/effects/common-ui/src'; |
| | | import { DICT_TYPE } from '../../../../../packages/constants/src'; |
| | | import { getDictLabel } from '../../../../../packages/effects/hooks/src'; |
| | | import { useVbenModal } from '@vben/common-ui'; |
| | | import { DICT_TYPE } from '@vben/constants'; |
| | | import { getDictLabel } from '@vben/hooks'; |
| | | |
| | | import { message } from 'ant-design-vue'; |
| | | |
| | |
| | | <TableAction |
| | | :actions="[ |
| | | { |
| | | label: $t('common.edit'), |
| | | label: '配置投料', |
| | | type: 'link', |
| | | ifShow: () => isEditable, |
| | | onClick: handleEdit.bind(null, row), |