wupengfei
8 天以前 2a4aecd380fad4ccb1303be0526eabf56bd3d9a6
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"