From cb221a76856b945b4501b6628cebe1815303f2f3 Mon Sep 17 00:00:00 2001 From: doum <doum> Date: 星期三, 22 十月 2025 08:47:11 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- admin/src/views/system/menu.vue | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/admin/src/views/system/menu.vue b/admin/src/views/system/menu.vue index 2e98085..3eb9fe1 100644 --- a/admin/src/views/system/menu.vue +++ b/admin/src/views/system/menu.vue @@ -9,6 +9,7 @@ <li><el-button @click="sort('bottom')" :loading="isWorking.sort" icon="el-icon-sort-down" v-permissions="['system:menu:sort']">涓嬬Щ</el-button></li> </ul> <el-table + :height="tableHeightNew" ref="table" v-loading="isWorking.search" :data="tableData.list" @@ -27,6 +28,7 @@ </template> </el-table-column> <el-table-column prop="path" label="璁块棶璺緞" min-width="140px"></el-table-column> + <el-table-column prop="params" label="鍙傛暟" min-width="120px"></el-table-column> <el-table-column prop="remark" label="澶囨敞" min-width="120px"></el-table-column> <el-table-column prop="createUser" label="鍒涘缓浜�" min-width="100px"> <template slot-scope="{row}">{{row.createUserInfo == null ? '' : row.createUserInfo.username}}</template> -- Gitblit v1.9.3