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 | 21 +++++++++++++++++++++
1 files changed, 21 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 47f7865..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: "琛屾斂鍖哄煙",
@@ -1350,6 +1354,7 @@
},
{
title: '閲嶇偣鐐逛綅鏍囨敞姝g‘鐜�',
+ exportUrl: '/data/center/videoImportantPointLabelingAccuracy/export',
index: 'key_annotation_accuracy',
columns: [
{
@@ -1819,6 +1824,12 @@
label: '鏃犳暟鎹�'
},
{
+ label: '鏁版嵁绐侀檷'
+ },
+ {
+ label: '鏁版嵁閲忓皯'
+ },
+ {
label: '瑙嗗浘搴撳鎺ョǔ瀹氭��'
},
]
@@ -1846,7 +1857,9 @@
},
{
title: '杞﹁締鐐逛綅鍦ㄧ嚎鐜�',
+ exportUrl: '/data/center/pointOnlineCar/export',
index: 'site_online',
+ needDynamicColumn: true,
columns: [
{
label: '鍥芥爣鐮�',
@@ -2955,6 +2968,12 @@
label: '鏃犳暟鎹�'
},
{
+ label: '鏁版嵁绐侀檷'
+ },
+ {
+ label: '鏁版嵁閲忓皯'
+ },
+ {
label: '瑙嗗浘搴撳鎺ョǔ瀹氭��'
},
]
@@ -2982,7 +3001,9 @@
},
{
title: '浜鸿劯鐐逛綅鍦ㄧ嚎鐜�',
+ exportUrl: '/data/center/pointOnlineFace/export',
index: 'site_online',
+ needDynamicColumn: true,
columns: [
{
label: '鍥芥爣鐮�',
--
Gitblit v1.8.0