maven
2025-09-18 bc278f02a34cdce5be02e42b26fe9e1bc6a0d6e6
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";