src/views/customerService/afterSalesHandling/index.vue
@@ -102,7 +102,6 @@ afterSalesServiceFileListPage, afterSalesServiceFileAdd, afterSalesServiceFileDel, afterSalesServiceRepairListPage, } from "@/api/customerService/index.js"; import useUserStore from "@/store/modules/user.js"; const { proxy } = getCurrentInstance(); @@ -211,13 +210,13 @@ }, }, // TODO 为写报告添加的 { name: "维修记录", type: "text", clickFun: (row) => { openRepairDialog(row); }, }, // { // name: "维修记录", // type: "text", // clickFun: (row) => { // openRepairDialog(row); // }, // }, ], }, ]);