gaoluyang
2026-01-16 763dac9a4b0ffcf72cc34ef436a7b29d28683cc0
src/views/equipmentManagement/inspectionManagement/index.vue
@@ -39,6 +39,12 @@
                  :column="tableColumns"
                  @selection-change="handleSelectionChange"
                  :is-selection="true"
                              :page="{
          current: pageNum,
          size: pageSize,
          total: total,
        }"
                              @pagination="handlePagination"
                  :border="true"
                  :table-style="{ width: '100%', height: 'calc(100vh - 23em)' }"
          >
@@ -62,14 +68,6 @@
          </template>
            </PIMTable>
        </div>
        <pagination
            v-if="total>0"
            :page="pageNum"
            :limit="pageSize"
            :total="total"
            @pagination="handlePagination"
            :layout="'total, prev, pager, next, jumper'"
        />
      </div>
    </el-card>
    <form-dia ref="formDia" @closeDia="handleQuery"></form-dia>