From d6f8fb7b55f39a61c651847c0a12972978a1fcda Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sun, 12 Apr 2026 20:38:01 +0800 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20refactor(mes):=20=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3=E8=B4=A8=E6=A3=80=E7=BC=BA=E9=99=B7=E8=AE=B0=E5=BD=95?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mes/qc/defectrecord/components/DefectRecordInlineList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/mes/qc/defectrecord/components/DefectRecordInlineList.vue b/src/views/mes/qc/defectrecord/components/DefectRecordInlineList.vue index c94af916e..4cb9a62dc 100644 --- a/src/views/mes/qc/defectrecord/components/DefectRecordInlineList.vue +++ b/src/views/mes/qc/defectrecord/components/DefectRecordInlineList.vue @@ -79,7 +79,7 @@ link type="danger" @click="handleDelete(scope.row.id)" - v-hasPermi="['mes:qc-defect:update']" + v-hasPermi="['mes:qc-defect:delete']" > 删除