gaoluyang
2 天以前 17a47b9340808f04f269a41a3df5023a06497da4
src/views/procurementManagement/procurementInvoiceLedger/index.vue
@@ -162,8 +162,8 @@
      width: 150,
    },
    {
      label: "客户名称",
      prop: "customerName",
      label: "项目名称",
      prop: "projectName",
      width: 240,
    },
    {
@@ -210,11 +210,11 @@
        return cell ? parseFloat(cell).toFixed(2) : 0;
      },
    },
    {
      label: "增值税",
      prop: "invoiceAmount",
      width: 200,
    },
    // {
    //   label: "增值税",
    //   prop: "invoiceAmount",
    //   width: 200,
    // },
    {
      label: "录入人",
      prop: "issUer",