From dd5a3ec442926c9b5c76d27eaf994bef182d04f4 Mon Sep 17 00:00:00 2001 From: ysn <2126564605@qq.com> Date: Mon, 27 Apr 2026 13:36:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=89=E7=8E=AF=E7=AE=A1=E7=90=86-=E7=8E=AF?= =?UTF-8?q?=E4=BF=9D=E7=AE=A1=E7=90=86-=E7=8E=AF=E4=BF=9D=E5=B7=A1?= =?UTF-8?q?=E6=A3=80=E7=82=B9=E9=85=8D=E7=BD=AE-=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E6=9D=83=E9=99=90/=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../equipmentInspectionPoint/index.vue | 169 +++++++++++------- 1 file changed, 103 insertions(+), 66 deletions(-) diff --git a/src/views/safetyManagement/equipmentInspectionPoint/index.vue b/src/views/safetyManagement/equipmentInspectionPoint/index.vue index 812bfda8..1239cada 100644 --- a/src/views/safetyManagement/equipmentInspectionPoint/index.vue +++ b/src/views/safetyManagement/equipmentInspectionPoint/index.vue @@ -8,7 +8,7 @@ v-model:page="page" ref="crud" @row-del="rowDel" - @row-save="rowSave" + @row-save="rowSave" @row-update="rowUpdate" @search-change="searchChange" @search-reset="searchReset" @@ -17,43 +17,64 @@ @size-change="sizeChange" @refresh-change="refreshChange" @on-load="onLoad" + @sort-change="sortChange" + :permission="permissionList" > - - + - - + @closeDialog="closeImportDialog" + > + +