From 153a4048e410a789a0da4eda0af09b2ca645bec3 Mon Sep 17 00:00:00 2001 From: 田源 <lastanimals@163.com> Date: 星期四, 12 十月 2023 10:24:08 +0800 Subject: [PATCH] 系统管理-取消列显隐 --- Source/UBCS-WEB/src/views/system/menu.vue | 18 +++++------------- 1 files changed, 5 insertions(+), 13 deletions(-) diff --git a/Source/UBCS-WEB/src/views/system/menu.vue b/Source/UBCS-WEB/src/views/system/menu.vue index 5382466..058d0d0 100644 --- a/Source/UBCS-WEB/src/views/system/menu.vue +++ b/Source/UBCS-WEB/src/views/system/menu.vue @@ -34,12 +34,6 @@ plain @click="cloneMenuButton">浠庡叾浠栬彍鍗曞厠闅嗘寜閽� </el-button> - <el-button type="info" - size="small" - icon="el-icon-connection" - plain - @click="test">test - </el-button> </template> <template slot-scope="scope" slot="menu"> <el-button @@ -113,6 +107,7 @@ option: { height: "auto", lazy: true, + columnBtn:false, tip: false, simplePage: true, searchShow: true, @@ -300,6 +295,7 @@ cloneOption: { height: "auto", menu: false, + header:false, addBtn: false, lazy: true, tip: false, @@ -446,7 +442,7 @@ delBtn: this.vaildData(this.permission.menu_delete, false), editBtn: this.vaildData(this.permission.menu_edit, false) }; - + }, ids() { let ids = []; @@ -457,11 +453,6 @@ } }, methods: { - - test(){ - console.log(this.permission) - }, - /** 浠庡叾浠栬彍鍗曞厠闅嗘寜閽� */ cloneMenuButton(){ if(this.selectionList.length != 1 || this.selectionList[0].category === 2){ @@ -596,9 +587,10 @@ update(row).then(() => { this.$message({ type: "success", - message: "鎿嶄綔鎴愬姛!" + message: "鎿嶄綔鎴愬姛1!" }); // 鏁版嵁鍥炶皟杩涜鍒锋柊 + this.onLoad() done(row); }, error => { window.console.log(error); -- Gitblit v1.9.3