From 406b27670a15f0676fb80d304615a058628aeeab Mon Sep 17 00:00:00 2001 From: dhb52 Date: Tue, 4 Jun 2024 18:28:59 +0800 Subject: [PATCH] =?UTF-8?q?feat(sj=5F1.0.0=5Fbeta4):=20=E5=AE=9A=E6=97=B6?= =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E5=90=8D=E7=A7=B0=E6=98=BE=E7=A4=BAID?= =?UTF-8?q?=E8=BF=9B=E8=A1=8C=E5=8C=BA=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/job/task/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/job/task/index.vue b/src/views/job/task/index.vue index e802b1a..9463821 100644 --- a/src/views/job/task/index.vue +++ b/src/views/job/task/index.vue @@ -60,7 +60,7 @@ const { columnChecks, columns, data, getData, loading, mobilePagination, searchP return ( - {row.jobName} + {`${row.jobName}(${row.id})`} ); }