wupengfei
2025-04-02 c55ae1d4b32d84de6ea071ff64a6180d408ba591
src/views/Home/components/BatchChangeRecordView.vue
@@ -1,15 +1,7 @@
<template>
  <LoadingLayout :loading="state.loading">
    <AppContainer>
      <ProTableV2
        v-bind="proTableProps"
        :columns="column"
        :operationBtns="operationBtns"
        :autoHeight="false"
        :tableProps="{
          maxHeight: '400px',
        }"
      >
      <ProTableV2 v-bind="proTableProps" :columns="column" :operationBtns="operationBtns">
        <template #checkStatus="{ row }">
          <el-tooltip
            class="box-item"