装置时间表({{ deviceTimeList.length }})
- 偏移量({{ offsetNumTime }}分钟)刷新装置时间表
@@ -277,6 +283,11 @@ export default {
methods: {
handleClick(tab, event) {
console.log(tab, event);
+ if (tab.name == 1) {
+ this.selectChannel = 1;
+ this.getDataBaseTime(this.areaData.id, this.selectChannel);
+ }
+
//下发的时候执行获取列表
if (tab.name == 2) {
this.deviceTimeList = [];
@@ -893,6 +904,18 @@ export default {
border-radius: 4px;
border: 1px solid #eee;
padding: 12px;
+ h3 {
+ .el-button {
+ margin-left: 14px;
+ }
+ }
+ }
+ .timeLeft,
+ .timeRight {
+ h3 {
+ line-height: 24px;
+ height: 24px;
+ }
}
.tagsBox {
height: 308px;