Source/UBCS-WEB/src/components/MasterCrud/VciMasterCrud.vue
@@ -35,7 +35,7 @@ <el-option label="审核中" value="Auditing"></el-option> </el-select></span> </div> <el-table ref="dataTable" v-loading="isLoading" :data="tableData" <el-table class="custom-scrollbar" ref="dataTable" v-loading="isLoading" :data="tableData" :height="tableHeight" border @select="handleSelection" @cell-click="handleCellClick" @row-click="handleRowClick" @select-all="handleSelectionAll" @selection-change="handleSelectionChange"