| | |
| | | <div> |
| | | <BasicTable @register="registerTable"> |
| | | <template #toolbar> |
| | | <a-button color="primary" @click="addTool"> 添加 </a-button> |
| | | <a-button ghost color="primary" @click="aoaToExcel"> 导出 </a-button> |
| | | <a-button color="primary" @click="addTool" preIcon="add_02|svg"> 新增 </a-button> |
| | | <a-button ghost color="success" @click="aoaToExcel" preIcon="excel-export|svg"> |
| | | 导出 |
| | | </a-button> |
| | | </template> |
| | | <template #action="{ record }"> |
| | | <TableAction |
| | |
| | | { |
| | | icon: 'ant-design:delete-outlined', |
| | | tooltip: '删除', |
| | | color: 'error', |
| | | popConfirm: { |
| | | title: '是否确认删除?', |
| | | placement: 'left', |
| | |
| | | }, |
| | | ellipsis: true, |
| | | useSearchForm: true, |
| | | showTableSetting: false, |
| | | showTableSetting: true, |
| | | bordered: true, |
| | | showIndexColumn: false, |
| | | }); |