From 9fdee16380d30cc65c3bfa8bd1a50e12b21fc69b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E4=B8=8D=E5=81=9A=E7=A0=81=E5=86=9C?= <599854767@qq.com>
Date: Thu, 26 May 2022 12:48:45 +0800
Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2ui=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/monitor/job/index.vue | 5 ++++-
src/views/tool/file/index.vue | 32 +++++++++++---------------------
src/views/tool/gen/index.vue | 10 ++++------
3 files changed, 19 insertions(+), 28 deletions(-)
diff --git a/src/views/monitor/job/index.vue b/src/views/monitor/job/index.vue
index bf9126d..03b2565 100644
--- a/src/views/monitor/job/index.vue
+++ b/src/views/monitor/job/index.vue
@@ -56,11 +56,13 @@
-
+
{{ $t('btn.log') }}
{{ $t('btn.view') }}
-
+
{{ $t('btn.copy') }}
@@ -95,10 +89,7 @@
-
-
- {{ title }}
-
+
@@ -182,14 +173,9 @@
{{ formView.accessUrl }}
-
+
@@ -202,6 +188,7 @@
diff --git a/src/views/tool/gen/index.vue b/src/views/tool/gen/index.vue
index 5902506..aad7b7a 100644
--- a/src/views/tool/gen/index.vue
+++ b/src/views/tool/gen/index.vue
@@ -53,10 +53,10 @@
-
-
- 复制
-
+
+
@@ -190,8 +190,6 @@ function handlePreview(row) {
// 多选框选中数据
function handleSelectionChange(selection) {
tableIds.value = selection.map((item) => item.tableId)
- // tableNames.value = selection.map((item) => item.tableName)
- // single.value = selection.length != 1
multiple.value = !selection.length
}
/** 编辑表格 */