gaoluyang
3 天以前 482ed6306545c04f9051372c44dca537bf7ce44e
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: "附件",