gaoluyang
14 小时以前 bfceba86cc7681eec0e510139ba85fab858e7ead
src/views/qualityManagement/processInspection/index.vue
@@ -188,13 +188,13 @@
            submit(row.id);
          },
        },
        {
          name: "下载",
          type: "text",
          clickFun: row => {
            downLoadFile(row);
          },
        },
        // {
        //   name: "下载",
        //   type: "text",
        //   clickFun: row => {
        //     downLoadFile(row);
        //   },
        // },
      ],
    },
  ]);