src/views/procurementManagement/procurementInvoiceLedger/index.vue
@@ -152,7 +152,7 @@
    {
      label: "客户名称",
      prop: "customerName",
      width: 150,
      width: 240,
    },
    {
      label: "供应商名称",
@@ -193,7 +193,7 @@
    {
      label: "不含税金额",
      prop: "unTicketsPrice",
      width: 100,
      width: 200,
      formatData: (cell) => {
        return cell ? parseFloat(cell).toFixed(2) : 0;
      },
@@ -201,7 +201,7 @@
    {
      label: "增值税",
      prop: "invoiceAmount",
      width: 100,
      width: 200,
    },
    {
      label: "附件",