gaoluyang
2025-12-04 f39ab142a99fe58b942dee749d1c6a20ac0d4ee6
src/views/procurementManagement/procurementInvoiceLedger/index.vue
@@ -82,14 +82,12 @@
            type="primary"
            text
            @click="openEdit(row)"
                  :disabled="row.issUerId !== userStore.id"
          >
            编辑
          </el-button>
          <el-button
            type="primary"
            text
                  :disabled="row.issUerId !== userStore.id"
            @click="handleDelete(row)"
          >
            删除
@@ -172,11 +170,6 @@
      width: 240,
    },
    {
      label: "产品大类",
      prop: "productCategory",
      width: 150,
    },
    {
      label: "规格型号",
      prop: "specificationModel",
      width: 150,
@@ -195,17 +188,12 @@
      },
    },
    {
      label: "本次来票数",
      prop: "ticketsNum",
      width: 110,
    },
    {
      label: "来票日期",
      label: "开票日期",
      prop: "createdAt",
      width: 110,
    },
    {
      label: "来票金额(元)",
      label: "开票金额",
      prop: "ticketsAmount",
      width: 200,
      formatData: (cell) => {