From b01120730da203ef5e0a1bacc5d0a4cf489d23a1 Mon Sep 17 00:00:00 2001
From: zhang_li <2235006734@qqq.com>
Date: Thu, 1 Aug 2024 10:45:31 +0800
Subject: [PATCH] =?UTF-8?q?=E6=A3=80=E9=AA=8C=E8=AE=B0=E5=BD=95=E7=AD=9B?=
=?UTF-8?q?=E9=80=89=E5=8F=82=E6=95=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/qms/inspectionRecord/index.vue | 561 +++++++++++++----------
1 file changed, 311 insertions(+), 250 deletions(-)
diff --git a/src/views/qms/inspectionRecord/index.vue b/src/views/qms/inspectionRecord/index.vue
index 864e16ff6..01685356f 100644
--- a/src/views/qms/inspectionRecord/index.vue
+++ b/src/views/qms/inspectionRecord/index.vue
@@ -1,33 +1,53 @@
-
+
-
+
-
-
+ }"
+ v-model:pageSize="tableObject.pageSize"
+ v-model:currentPage="tableObject.currentPage"
+ v-model:sort="tableObject.sort"
+ >
+
{{ row.number }}
-
+
-
-
-
-
-
+ :apiDelete="InspectionRecordDetailApi.deleteInspectionRecordDetail"
+ @searchTableSuccessDetail="searchTableSuccessDetail"
+ :isShowAddBtn="false"
+ :detailButtonIsShow="true"
+ />
+
+