gaoluyang
4 天以前 7a0d4f1bc172ac7647b72be547e497f34ec0b3e9
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);
};
// 主表合计方法