From 89f7629069471516d8c6d2518b5707e5244adc70 Mon Sep 17 00:00:00 2001 From: zjl Date: Fri, 13 Dec 2024 10:32:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=AE=9A=E6=97=B6=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E5=90=8C=E6=AD=A5=E3=80=81=E5=BC=82=E6=AD=A5=E5=BA=95?= =?UTF-8?q?=E8=89=B2=E4=B8=8D=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/monitor/job/columns.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/monitor/job/columns.ts b/src/views/monitor/job/columns.ts index 0a8b0d9..6e9dfb1 100644 --- a/src/views/monitor/job/columns.ts +++ b/src/views/monitor/job/columns.ts @@ -46,7 +46,7 @@ export const columns = [ return h( NTag, { - color: record.isSync == 1 ? 'success' : 'info', + type: record.isSync == 1 ? 'success' : 'info', }, { default: () => (record.isSync == 1 ? '同步' : '异步'),