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)"
          >
            删除
@@ -160,11 +158,6 @@
      label: "销售合同号",
      prop: "salesContractNo",
      width: 150,
    },
    {
      label: "客户名称",
      prop: "customerName",
      width: 240,
    },
    {
      label: "供应商名称",