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
}
/** 编辑表格 */