From 581a372474fca60bed715b5f0e6bb31bb018d4d2 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期三, 31 七月 2024 13:51:19 +0800
Subject: [PATCH] 数据中心,视频中的指标字段
---
src/views/system/data-manage/data-detail/list.js | 45 ++++++++++++++++-----------------------------
1 files changed, 16 insertions(+), 29 deletions(-)
diff --git a/src/views/system/data-manage/data-detail/list.js b/src/views/system/data-manage/data-detail/list.js
index e28d580..2a5ad16 100644
--- a/src/views/system/data-manage/data-detail/list.js
+++ b/src/views/system/data-manage/data-detail/list.js
@@ -377,31 +377,6 @@
]
},
{
- title: '閲嶇偣鎸囨尌鍥惧儚鍦ㄧ嚎鐜�',
- columns: [
- {
- label: "鍦ㄧ嚎鏁伴噺",
- align: "center",
- prop: "onlineNum"
- },
- {
- label: "鎶芥煡鎬绘暟",
- align: "center",
- prop: "selectedTotal"
- },
- {
- label: "閲嶇偣鎸囨尌鍥惧儚鍦ㄧ嚎鐜�",
- align: "center",
- prop: "rate"
- },
- {
- label: "鏈堜唤",
- align: "center",
- prop: "month"
- }
- ]
- },
- {
title: '閲嶇偣鐐逛綅鍦ㄧ嚎鐜�',
index: 'key_site_online',
columns: [
@@ -826,16 +801,28 @@
]
},
{
- title: '鍦ㄧ嚎鏁伴噺',
+ title: '閲嶇偣鎸囨尌鍥惧儚鍦ㄧ嚎鐜�',
index: 'key_command_image_online',
columns: [
{
- onlineNum: "鏈堜唤",
+ label: "鍦ㄧ嚎鏁伴噺",
align: "center",
- prop: "month"
+ prop: "onlineNum"
},
{
-
+ label: "鎶芥煡鎬绘暟",
+ align: "center",
+ prop: "selectedTotal"
+ },
+ {
+ label: "閲嶇偣鎸囨尌鍥惧儚鍦ㄧ嚎鐜�",
+ align: "center",
+ prop: "rate"
+ },
+ {
+ label: "鏈堜唤",
+ align: "center",
+ prop: "month"
}
],
card: [
--
Gitblit v1.8.0