| | |
| | | :expand-row-keys="expandRowKeys" |
| | | @expand-change="expandChange" |
| | | @selection-change="handleSelectionChange" |
| | | @pagination="onCurrentChange" |
| | | > |
| | | <template #expand="{ row }"> |
| | | <ExpandTable ref="expandTableRef" /> |
| | |
| | | pagination, |
| | | getTableData, |
| | | resetFilters, |
| | | onCurrentChange, |
| | | } = usePaginationApi( |
| | | gePurchaseListPage, |
| | | { |
| | |
| | | slot: "expand", |
| | | }, |
| | | { |
| | | label: "采购订单号", |
| | | prop: "purchaseContractNumber", |
| | | }, |
| | | { |
| | | label: "销售合同号", |
| | | prop: "salesContractNo", |
| | | }, |
| | |
| | | prop: "projectName", |
| | | }, |
| | | { |
| | | label: "录入人", |
| | | prop: "recorderName", |
| | | }, |
| | | { |
| | | label: "录入日期", |
| | | prop: "entryDate", |
| | | }, |
| | | { |
| | | label: "合同金额(元)", |
| | | prop: "contractAmount", |
| | | formatData: (val) => { |