From 0d29d1b317d9bd8a1559d9a27d599502f188fff0 Mon Sep 17 00:00:00 2001 From: smallchill Date: Sat, 5 Dec 2020 21:38:08 +0800 Subject: [PATCH] =?UTF-8?q?:zap:=20=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E7=94=9F=E6=88=90=E6=8C=89=E9=92=AE=E6=8D=A2=E8=A1=8C=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/tool/code.vue | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/views/tool/code.vue b/src/views/tool/code.vue index f6ac11d..7bfdfd2 100644 --- a/src/views/tool/code.vue +++ b/src/views/tool/code.vue @@ -38,7 +38,6 @@ size="small" icon="el-icon-document-copy" v-if="permission.code_edit" - plain class="none-border" @click.stop="handleCopy(scope.row)">复制 @@ -74,6 +73,7 @@ index: true, selection: true, labelWidth: 120, + menuWidth: 250, viewBtn: true, dialogClickModal: false, column: [ @@ -276,7 +276,6 @@ }); }); }, - searchReset() { this.query = {}; this.onLoad(this.page); @@ -378,10 +377,3 @@ } }; - -