spring
3 天以前 fd3e3b19aaf23c4f68d8b98d514499510b152e39
src/views/procurementManagement/procurementInvoiceLedger/index.vue
@@ -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: "附件",