| | |
| | | <el-table-column prop="person" label="姓名"></el-table-column> |
| | | <el-table-column prop="contact" label="联系方式"></el-table-column> |
| | | </el-table> |
| | | <div class="pointList"> |
| | | <el-tooltip class="item" effect="dark" :content="item.dept" placement="top" |
| | | <div class="pointList" v-if="schedulingList==[]"> |
| | | <el-tooltip class="item" effect="dark" :content="item.dept" placement="top" |
| | | v-for="(item, index) in schedulingDeptList" :key="index"> |
| | | <div class="point" @click="getSchedlingList(item)"></div> |
| | | </el-tooltip> |
| | |
| | | getSchedulingList(1, 100, params).then((res) => { |
| | | this.schedulingList = res.data.data.records |
| | | }) |
| | | |
| | | |
| | | setTimeout(() => { |
| | | this.schedulingLoading = false |
| | | }, 500) |
| | | } |
| | | // setTimeout(() => { |
| | | // this.schedulingLoading = false |
| | | // }, 1000) |
| | | |
| | | }, |
| | | |
| | | echartsResize () { |
| | |
| | | width: 100%; |
| | | display: flex; |
| | | justify-content: space-evenly; |
| | | margin-top: 15px; |
| | | margin-top: -10px; |
| | | |
| | | .point { |
| | | width: 12px; |