From bc278f02a34cdce5be02e42b26fe9e1bc6a0d6e6 Mon Sep 17 00:00:00 2001
From: maven <2163098428@qq.com>
Date: 星期四, 18 九月 2025 13:39:39 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev' into dev
---
src/views/inspectionManagement/index.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/inspectionManagement/index.vue b/src/views/inspectionManagement/index.vue
index 7e5edc0..e95b51a 100644
--- a/src/views/inspectionManagement/index.vue
+++ b/src/views/inspectionManagement/index.vue
@@ -44,7 +44,7 @@
</div>
<div>
<div>
- <ETable :loading="tableLoading"
+ <PIMTable :loading="tableLoading"
:table-data="tableData"
:columns="tableColumns"
@selection-change="handleSelectionChange"
@@ -75,7 +75,7 @@
<span v-else class="no-data">--</span>
</div>
</template>
- </ETable>
+ </PIMTable>
<el-table ref="table" :data="tableData" height="480" v-loading="tableLoading" border v-else style="width: 100%;height: calc(100vh - 25em)">
<el-table-column label="搴忓彿" type="index" width="60" align="center" />
<el-table-column prop="deviceName" label="璁惧鍚嶇О" :show-overflow-tooltip="true">
@@ -120,7 +120,7 @@
// 缁勪欢寮曞叆
import Pagination from "@/components/Pagination/index.vue";
-import ETable from "@/components/Table/ETable.vue";
+import PIMTable from "@/components/PIMTable/PIMTable.vue";
import FormDia from "@/views/inspectionManagement/components/formDia.vue";
import QrCodeDia from "@/views/inspectionManagement/components/qrCodeDia.vue";
import ViewFiles from "@/views/inspectionManagement/components/viewFiles.vue";
--
Gitblit v1.9.3