实时趋势修改
This commit is contained in:
@@ -212,7 +212,6 @@ const barCharts = ref()
|
||||
|
||||
//加载echarts
|
||||
const init = () => {
|
||||
console.log(tableData.value, '++++++++')
|
||||
let trendData: any = []
|
||||
for (let key in tableData.value) {
|
||||
console.log(key, ',,,,,')
|
||||
@@ -229,7 +228,6 @@ const init = () => {
|
||||
value: limitData.value[key]
|
||||
})
|
||||
}
|
||||
console.log(trendData, 'mmmmm', gbData)
|
||||
let xAxisList: any = []
|
||||
chartsData.value.map((item: any, index: any) => {
|
||||
chartsYxiasData.value.map((vv: any, vvs: any) => {
|
||||
@@ -412,42 +410,6 @@ defineExpose({ open, setRealTrendData, setOverLimitData })
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
|
||||
// .thead {
|
||||
// height: 100%;
|
||||
// // overflow-y: hidden;
|
||||
// border: 1px solid #eee;
|
||||
// border-right: 0;
|
||||
// ul {
|
||||
// width: auto;
|
||||
// height: 40px;
|
||||
// display: flex;
|
||||
|
||||
// li {
|
||||
// flex: none;
|
||||
// width: 100px;
|
||||
// line-height: 40px;
|
||||
// border: 1px solid #eee;
|
||||
// text-align: center;
|
||||
// list-style: none;
|
||||
// }
|
||||
|
||||
// li:nth-child(1) {
|
||||
// flex: none;
|
||||
// width: 200px;
|
||||
// }
|
||||
// }
|
||||
|
||||
// ul:nth-child(1) {
|
||||
// li {
|
||||
// font-weight: 800;
|
||||
// background: #f4f6f9;
|
||||
// }
|
||||
// }
|
||||
// ul:nth-child(4) {
|
||||
// height: 48px;
|
||||
// }
|
||||
// }
|
||||
|
||||
.table {
|
||||
flex: 1;
|
||||
// min-height: 80px;
|
||||
|
||||
Reference in New Issue
Block a user