| | |
| | | :tableData="tableData" |
| | | :tableLoading="tableLoading" |
| | | :isSelection="true" |
| | | @selection-change="handleSelectionChange" |
| | | height="500" |
| | | > |
| | | </PIMTable> |
| | | <pagination |
| | | style="margin: 10px 0" |
| | | v-show="total > 0" |
| | | :page="{ total, current: page.current, size: page.size }" |
| | | @pagination="paginationSearch" |
| | | :total="total" |
| | | :page="page.current" |
| | | :limit="page.size" |
| | | @selection-change="handleSelectionChange" |
| | | height="450" |
| | | /> |
| | | <template #footer> |
| | | <div class="dialog-footer"> |
| | |
| | | fileDel, |
| | | fileListPage |
| | | } from "@/api/basicData/supplierManageFile.js"; |
| | | import Pagination from "@/components/PIMTable/Pagination.vue"; |
| | | const { proxy } = getCurrentInstance() |
| | | const emit = defineEmits(['close']) |
| | | |
| | |
| | | downLoadFile(row); |
| | | }, |
| | | }, |
| | | { |
| | | name: "预览", |
| | | type: "text", |
| | | clickFun: (row) => { |
| | | lookFile(row); |
| | | }, |
| | | } |
| | | // { |
| | | // name: "预览", |
| | | // type: "text", |
| | | // clickFun: (row) => { |
| | | // lookFile(row); |
| | | // }, |
| | | // } |
| | | ], |
| | | }, |
| | | ]); |