From 26d34774ccb6993557c20246bb15b71ed2ef8156 Mon Sep 17 00:00:00 2001 From: 15683799673 Date: Thu, 28 Aug 2025 21:07:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E7=BA=A7=E5=88=AB=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../videoSystem/videoWarning/videoWarningHasDone/data.ts | 4 ++-- .../videoSystem/videoWarning/videoWarningProcessing/data.ts | 4 ++-- .../views/videoSystem/videoWarning/videoWarningToDone/data.ts | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/web-antd/src/views/videoSystem/videoWarning/videoWarningHasDone/data.ts b/apps/web-antd/src/views/videoSystem/videoWarning/videoWarningHasDone/data.ts index 67fd78c9..2f2e89a3 100644 --- a/apps/web-antd/src/views/videoSystem/videoWarning/videoWarningHasDone/data.ts +++ b/apps/web-antd/src/views/videoSystem/videoWarning/videoWarningHasDone/data.ts @@ -58,9 +58,9 @@ export const columns: VxeGridProps['columns'] = [ slots: { default: ({ row }: any) => { const levelColors: Record = { - 1: 'red', + 1: 'blue', 2: 'orange', - 3: 'blue', + 3: 'red', }; return h( 'span', diff --git a/apps/web-antd/src/views/videoSystem/videoWarning/videoWarningProcessing/data.ts b/apps/web-antd/src/views/videoSystem/videoWarning/videoWarningProcessing/data.ts index 67fd78c9..2f2e89a3 100644 --- a/apps/web-antd/src/views/videoSystem/videoWarning/videoWarningProcessing/data.ts +++ b/apps/web-antd/src/views/videoSystem/videoWarning/videoWarningProcessing/data.ts @@ -58,9 +58,9 @@ export const columns: VxeGridProps['columns'] = [ slots: { default: ({ row }: any) => { const levelColors: Record = { - 1: 'red', + 1: 'blue', 2: 'orange', - 3: 'blue', + 3: 'red', }; return h( 'span', diff --git a/apps/web-antd/src/views/videoSystem/videoWarning/videoWarningToDone/data.ts b/apps/web-antd/src/views/videoSystem/videoWarning/videoWarningToDone/data.ts index a1188dbd..d9a81d28 100644 --- a/apps/web-antd/src/views/videoSystem/videoWarning/videoWarningToDone/data.ts +++ b/apps/web-antd/src/views/videoSystem/videoWarning/videoWarningToDone/data.ts @@ -59,9 +59,9 @@ export const columns: VxeGridProps['columns'] = [ slots: { default: ({ row }: any) => { const levelColors: Record = { - 1: 'red', + 1: 'blue', 2: 'orange', - 3: 'blue', + 3: 'red', }; return h( 'span',