src/views/CNAS/resourceDemand/device/component/maintenance.vue
@@ -17,7 +17,8 @@ </div> </div> <div class="tables" style="margin-top: 10px;"> <el-table ref="table" :data="MaintainParam" height="calc(100vh - 20em)"> <el-table ref="table" :data="MaintainParam" height="calc(100vh - 20em)" :header-cell-style="{ background: '#f8f8f9', color: '#515a6e' }" border> <el-table-column label="序号" type="index" width="120"> <template v-slot="scope"> <span>{{ (search.current - 1) * search.size + scope.$index + 1 }}</span>