gaoluyang
2026-04-02 9d0d60ea6f2140d197c15f3af626ac502166f7d8
src/views/procurementManagement/procurementInvoiceLedger/index.vue
@@ -62,16 +62,16 @@
          <el-button
            type="primary"
            link
            @click="downLoadFile(row)"
            @click="openEdit(row)"
          >
            附件
            编辑
          </el-button>
          <el-button
            type="primary"
            link
            @click="openEdit(row)"
            @click="downLoadFile(row)"
          >
            编辑
            附件
          </el-button>
          <el-button
            type="primary"
@@ -166,7 +166,12 @@
      width: 240,
    },
    {
      label: "规格型号",
      label: "产品大类",
      prop: "productCategory",
      width: 150,
    },
    {
      label: "图纸编号",
      prop: "specificationModel",
      width: 150,
    },