| | |
| | | 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) { |
| | |
| | | ]"></My-bread> |
| | | <el-divider /> |
| | | <div class="content_Box"> |
| | | <div class="cloumn_Box1"> |
| | | <div class="cloumn_Box1"> |
| | | <div class="flex_Box1 subpage_Div"> |
| | | <el-tabs |
| | | v-model="activeName" |
| | |
| | | type: 'category', |
| | | boundaryGap: false, |
| | | data: ['', '', '', '', '', '', ''], |
| | | |
| | | }, |
| | | yAxis: [ |
| | | { |
| | |
| | | type: 'line', |
| | | showSymbol: false, |
| | | data: valueList, |
| | | // itemStyle: { |
| | | // normal: { |
| | | // color: "#009cff", //æ¹åæçº¿ç¹çé¢è² |
| | | // lineStyle: { |
| | | // color: "#009cff", //æ¹åæçº¿é¢è² |
| | | // }, |
| | | // }, |
| | | // } |
| | | |
| | | |
| | | }, |
| | | ], |
| | | }; |
| | |
| | | left: 'center', |
| | | textStyle: { |
| | | fontSize: 18, //åä½å¤§å° |
| | | |
| | | |
| | | }, |
| | | }, |
| | | series: [ |
| | |
| | | height: 98%; |
| | | width: 98%; |
| | | padding: 1%; |
| | | |
| | | |
| | | .content_Box { |
| | | width: 100%; |
| | | height: 90%; |
| | | |
| | | |
| | | display: flex; |
| | | flex-direction: column; |
| | | justify-content: space-around; |
| | |
| | | .flex_Box { |
| | | width: 30.5%; |
| | | height: 88%; |
| | | |
| | | |
| | | border-radius: 5px; |
| | | padding: 1%; |
| | | |
| | | |
| | | .image1 { |
| | | width: 46px; |
| | |
| | | } |
| | | } |
| | | .ycsBox { |
| | | width: 200px; |
| | | height: 200px; |
| | | width: 495px; |
| | | height: 182px; |
| | | background: url("../../assets/img/systemMonitoring/å¾å± 39.png") |
| | | no-repeat; |
| | | background-size: 100% 100%; |
| | |
| | | width: 100%; |
| | | padding: 1%; |
| | | height: 80%; |
| | | |
| | | display: flex; |
| | | justify-content: center; |
| | | } |
| | | } |
| | | .imageTitle { |
| | | float: left; |
| | | |
| | | |
| | | margin-left: 10px; |
| | | } |
| | | .ycTltle { |
| | |
| | | font-size: 16px; |
| | | font-family: Microsoft YaHei; |
| | | font-weight: 300; |
| | | color: #ffffff; |
| | | |
| | | line-height: 49px; |
| | | |
| | | // margin-top: 20px; |
| | |
| | | .height_title { |
| | | width: 100%; |
| | | height: 48%; |
| | | |
| | | |
| | | p { |
| | | |
| | | margin-top: 3%; |
| | | font-size: 24px; |
| | | } |
| | |
| | | width: 64%; |
| | | height: 92%; |
| | | padding: 1%; |
| | | |
| | | |
| | | border-radius: 5px; |
| | | |
| | | } |
| | | .flex_Box { |
| | | width: 30.5%; |
| | | height: 92%; |
| | | |
| | | |
| | | border-radius: 5px; |
| | | padding: 1%; |
| | | |
| | | } |
| | | } |
| | | } |
| | | |
| | | |
| | | } |
| | | </style> |
| | |
| | | > |
| | | <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> |