时间表优化

ds1.0
fanluyan 2 years ago
parent 1f1fe3f3ba
commit 84c0fff6e0

@ -140,11 +140,11 @@ export default {
},
],
},
{
icon: "el-icon-setting",
index: "/itOperation",
title: "运维管理",
},
// {
// icon: "el-icon-setting",
// index: "/itOperation",
// title: "",
// },
],
items1: [
{

@ -285,6 +285,7 @@ export default {
//console.log(this.termidArr);
this.sureSum();
this.showtag = true;
this.sureloading = true;
},
//
sureSum() {
@ -526,6 +527,10 @@ export default {
display() {
this.isShow = true;
},
clearfn() {
clearTimeout(this.timer);
this.timer = null;
},
handleclose() {
this.isShow = false;
this.newzzList = [];

Loading…
Cancel
Save