管道基础大数据平台系统开发-【前端】-新系統界面
Surpriseplus
2023-02-15 343e6c2730ffb99db591732ff5ef1494e233c6bc
系统监控,修改
已添加1个文件
已修改4个文件
30 ■■■■■ 文件已修改
src/assets/img/systemMonitoring/图层 39 - 副本.png 补丁 | 查看 | 原始文档 | blame | 历史
src/assets/img/systemMonitoring/图层 39.png 补丁 | 查看 | 原始文档 | blame | 历史
src/components/navMenu.vue 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/maintenance/systemMonitoring.vue 24 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/userManage/roleManage.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/assets/img/systemMonitoring/ͼ²ã 39 - ¸±±¾.png
src/assets/img/systemMonitoring/ͼ²ã 39.png

src/components/navMenu.vue
@@ -187,6 +187,9 @@
      this.$router.push('/');
    },
    getTimeCookies() {
      if(!localStorage.getItem('LFToken')){
        return false
      }
      var time1 = new Date(JSON.parse(localStorage.getItem('LFToken')).time);
      var time2 = new Date();
      if (time2 > time1) {
src/views/maintenance/systemMonitoring.vue
@@ -486,6 +486,7 @@
          type: 'category',
          boundaryGap: false,
          data: ['', '', '', '', '', '', ''],
        },
        yAxis: [
          {
@@ -507,6 +508,16 @@
            type: 'line',
            showSymbol: false,
            data: valueList,
            // itemStyle: {
            //   normal: {
            //     color: "#009cff", //改变折线点的颜色
            //     lineStyle: {
            //       color: "#009cff", //改变折线颜色
            //     },
            //   },
            // }
          },
        ],
      };
@@ -889,7 +900,6 @@
        border-radius: 5px;
        padding: 1%;
        
        .image1 {
          width: 46px;
          height: 20px;
@@ -916,8 +926,8 @@
        }
      }
      .ycsBox {
        width: 200px;
        height: 200px;
        width: 495px;
        height: 182px;
        background: url("../../assets/img/systemMonitoring/图层 39.png")
          no-repeat;
        background-size: 100% 100%;
@@ -929,6 +939,7 @@
        width: 100%;
        padding: 1%;
        height: 80%;
        display: flex;
        justify-content: center;
      }
@@ -953,7 +964,7 @@
      font-size: 16px;
      font-family: Microsoft YaHei;
      font-weight: 300;
      color: #ffffff;
      line-height: 49px;
      // margin-top: 20px;
@@ -983,7 +994,6 @@
            height: 48%;
            
            p {
              margin-top: 3%;
              font-size: 24px;
            }
@@ -1008,7 +1018,6 @@
        padding: 1%;
       
        border-radius: 5px;
      }
      .flex_Box {
        width: 30.5%;
@@ -1016,11 +1025,8 @@
    
        border-radius: 5px;
        padding: 1%;
      }
    }
  }
}
</style>
src/views/userManage/roleManage.vue
@@ -217,12 +217,13 @@
        >
          <template slot-scope="scope">
            <el-button
              plain
              v-if="menuStatus.update"
              type="warning"
              @click="handleEdit(scope.$index, scope.row)"
              size="small"
            >{{ $t('common.update') }}</el-button>
            <el-button
            <el-button plain
              @click="showDetail(scope.$index, scope.row)"
              size="small"
            >{{ $t('common.see') }}</el-button>