From 794f2a2560a00eb7e008eb94219c82654488831f Mon Sep 17 00:00:00 2001 From: long <515897141@qq.com> Date: 星期五, 12 十一月 2021 09:52:01 +0800 Subject: [PATCH] 功能展示列表:table添加简易单行省略显示tooltip --- src/pages/system/role.vue | 17 +++++++++++++---- 1 files changed, 13 insertions(+), 4 deletions(-) diff --git a/src/pages/system/role.vue b/src/pages/system/role.vue index 411c22d..d82fd62 100644 --- a/src/pages/system/role.vue +++ b/src/pages/system/role.vue @@ -1,7 +1,7 @@ <template> <div class="app-container"> <!-- 鎼滅储鍖� 鈫撯啌鈫撯啌鈫撯啌鈫撯啌鈫撯啌 --> - <el-form v-show="showSearch" ref="searchForm" :inline="true"> + <!-- <el-form v-show="showSearch" ref="searchForm" :inline="true"> <el-form-item label="瑙掕壊鍚嶇О"> <el-input v-model="keyWord" @@ -9,6 +9,7 @@ clearable size="small" style="width: 240px" + maxlength="50" @keyup.enter.native="reGetList" /> </el-form-item> @@ -16,7 +17,7 @@ <el-button type="cyan" icon="el-icon-search" size="mini" @click="reGetList">鎼滅储</el-button> <el-button icon="el-icon-refresh" size="mini" @click="resetHandle">閲嶇疆</el-button> </el-form-item> - </el-form> + </el-form> --> <!-- 鎼滅储鍖� 鈫戔啈鈫戔啈鈫戔啈鈫戔啈鈫戔啈 --> <!-- 鎿嶄綔鍖� 鈫撯啌鈫撯啌鈫撯啌鈫撯啌鈫撯啌 --> @@ -70,8 +71,10 @@ <script> +import mixin_keepAlive from '@/mixins/keepAlive.js' // 椤甸潰缂撳瓨 export default { name: 'Role', + mixins: [mixin_keepAlive], data() { return { showSearch: true, // 鏄惁鏄剧ず鎼滅储鍖� @@ -87,11 +90,17 @@ } }, mounted() { - this.init() + // 鍦╩ixin_keepAlive => activated鍒濆鍖� }, methods: { // 鍒濆鍖� init() { + // keepalive閲嶇疆鍒濆鍊� + this.resetHandle() + }, + + // 杩斿洖鍒锋柊 + regInit() { this.getList() }, @@ -102,7 +111,7 @@ url: 'admin/role/list', params: { pageNum: pageNum, - rowCount: pageSize, + pageSize: pageSize, keyWord: keyWord }, mockData: { -- Gitblit v1.8.0