From 4f068790cba6c1a84ee4f00c780be7e8aac6a99d Mon Sep 17 00:00:00 2001 From: opensnail <598092184@qq.com> Date: Thu, 27 Jun 2024 23:40:14 +0800 Subject: [PATCH] =?UTF-8?q?feat(sj=5F1.1.0-beta2):=20=E5=8E=BB=E6=8E=89?= =?UTF-8?q?=E5=AE=9A=E6=97=B6=E4=BB=BB=E5=8A=A1=E5=88=97=E8=A1=A8=E7=9A=84?= =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E5=90=8D=E7=A7=B0=E7=9A=84id?= 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 d597d4b..2c50d68 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.id})`} + {`${row.jobName}`} ); }