From 09f0861e61e69e2d818eafc7b9edbd17cf0822d4 Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期四, 06 十一月 2025 17:20:02 +0800
Subject: [PATCH] 页面优化以及扣分详情导出
---
src/views/system/data-manage/data-detail/list.js | 20 ++++++++++++++++++++
1 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/src/views/system/data-manage/data-detail/list.js b/src/views/system/data-manage/data-detail/list.js
index b047bd4..8427568 100644
--- a/src/views/system/data-manage/data-detail/list.js
+++ b/src/views/system/data-manage/data-detail/list.js
@@ -513,7 +513,9 @@
},
{
title: "瑙嗛鐐逛綅鍦ㄧ嚎鐜�",
+ exportUrl: '/data/center/pointOnlineVideo/export',
index: 'site_online',
+ needDynamicColumn: true,
columns: [
{
label: '鍥芥爣鐮�',
@@ -613,7 +615,9 @@
},
{
title: "褰曞儚鍙敤鐜�",
+ exportUrl: '/data/center/recordingAvailability/export',
index: 'video_available',
+ needDynamicColumn:true,
columns: [
{
label: "琛屾斂鍖哄煙",
@@ -1820,6 +1824,12 @@
label: '鏃犳暟鎹�'
},
{
+ label: '鏁版嵁绐侀檷'
+ },
+ {
+ label: '鏁版嵁閲忓皯'
+ },
+ {
label: '瑙嗗浘搴撳鎺ョǔ瀹氭��'
},
]
@@ -1847,7 +1857,9 @@
},
{
title: '杞﹁締鐐逛綅鍦ㄧ嚎鐜�',
+ exportUrl: '/data/center/pointOnlineCar/export',
index: 'site_online',
+ needDynamicColumn: true,
columns: [
{
label: '鍥芥爣鐮�',
@@ -2956,6 +2968,12 @@
label: '鏃犳暟鎹�'
},
{
+ label: '鏁版嵁绐侀檷'
+ },
+ {
+ label: '鏁版嵁閲忓皯'
+ },
+ {
label: '瑙嗗浘搴撳鎺ョǔ瀹氭��'
},
]
@@ -2983,7 +3001,9 @@
},
{
title: '浜鸿劯鐐逛綅鍦ㄧ嚎鐜�',
+ exportUrl: '/data/center/pointOnlineFace/export',
index: 'site_online',
+ needDynamicColumn: true,
columns: [
{
label: '鍥芥爣鐮�',
--
Gitblit v1.8.0