From 8cadd6abc87da52491a65f562365addba8b3dc57 Mon Sep 17 00:00:00 2001 From: xingyu4j Date: Tue, 29 Nov 2022 14:47:15 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E6=9B=B4=E5=A4=9A=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/infra/job/index.vue | 66 +++++++++++-------- .../src/views/infra/job/job.data.ts | 2 +- .../src/views/system/user/index.vue | 59 ++++++++++------- .../src/views/system/user/user.data.ts | 2 +- 4 files changed, 77 insertions(+), 52 deletions(-) diff --git a/yudao-ui-admin-vue3/src/views/infra/job/index.vue b/yudao-ui-admin-vue3/src/views/infra/job/index.vue index be9a5df83..9e674479e 100644 --- a/yudao-ui-admin-vue3/src/views/infra/job/index.vue +++ b/yudao-ui-admin-vue3/src/views/infra/job/index.vue @@ -35,21 +35,11 @@ v-hasPermi="['infra:job:update']" @click="handleUpdate(row.id)" /> - - - {{ row.status === InfraJobStatusEnum.STOP ? '开启' : '暂停' }} - - - - - - - - + + + + @@ -122,6 +131,7 @@