From 57f543792088f13a726e63cc7340e08f91720203 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: Mon, 13 Dec 2021 21:52:27 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E7=94=9F=E6=88=90=E9=A2=84?=
=?UTF-8?q?=E8=A7=88=E6=96=B0=E5=A2=9E=E5=A4=8D=E5=88=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
ZR.Vue/src/directive/permission/index.js | 2 ++
ZR.Vue/src/views/tool/gen/index.vue | 18 ++++++++++++------
2 files changed, 14 insertions(+), 6 deletions(-)
diff --git a/ZR.Vue/src/directive/permission/index.js b/ZR.Vue/src/directive/permission/index.js
index e3d76d3..9ef3379 100644
--- a/ZR.Vue/src/directive/permission/index.js
+++ b/ZR.Vue/src/directive/permission/index.js
@@ -1,9 +1,11 @@
import hasRole from './hasRole'
import hasPermi from './hasPermi'
+import clipboard from '../module/clipboard'
const install = function(Vue) {
Vue.directive('hasRole', hasRole)
Vue.directive('hasPermi', hasPermi)
+ Vue.directive('clipboard', clipboard)
}
if (window.Vue) {
diff --git a/ZR.Vue/src/views/tool/gen/index.vue b/ZR.Vue/src/views/tool/gen/index.vue
index 9ac9f6f..d1370eb 100644
--- a/ZR.Vue/src/views/tool/gen/index.vue
+++ b/ZR.Vue/src/views/tool/gen/index.vue
@@ -7,7 +7,7 @@
查询
- 刷新
+
@@ -28,6 +28,7 @@
{{(queryParams.pageNum - 1) * queryParams.pageSize + scope.$index + 1}}
+
@@ -50,8 +51,8 @@
-
-
+ 复制
+
@@ -91,7 +92,7 @@