src/views/procurementManagement/invoiceEntry/index.vue
@@ -116,12 +116,12 @@ { label: "供应商名称", prop: "supplierName", width:200 width:300 }, { label: "项目名称", prop: "projectName", width:150 width:400 }, { label: "录入人", @@ -237,8 +237,9 @@ } }; const changePage = ({ page }) => { const changePage = ({ page, limit }) => { pagination.currentPage = page; pagination.pageSize = limit; onCurrentChange(page); }; // 主表合计方法