admin/src/views/business/device.vue
@@ -34,7 +34,7 @@ <ul class="toolbar"> <li><el-button type="primary" @click="synchronousData">同步</el-button></li> </ul> <el-table :max-height="tableHeight" v-loading="isWorking.search" :data="tableData.list" stripe> <el-table :height="tableHeightNew" v-loading="isWorking.search" :data="tableData.list" stripe> <el-table-column label="序号" width="55" fixed><template slot-scope="scope">{{ scope.$index + 1 }}</template></el-table-column> <el-table-column prop="name" label="设备名称"></el-table-column>