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',