From a2746876e81443d52bc4cb6f35bf8554741a6b4c Mon Sep 17 00:00:00 2001 From: liukangdong <898885815@qq.com> Date: 星期五, 18 十月 2024 14:28:33 +0800 Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/dmvisit --- admin/src/views/system/permission.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/src/views/system/permission.vue b/admin/src/views/system/permission.vue index 76f35b3..18935a1 100644 --- a/admin/src/views/system/permission.vue +++ b/admin/src/views/system/permission.vue @@ -29,8 +29,8 @@ > <el-table-column type="selection" fixed="left" width="55"></el-table-column> <el-table-column prop="code" label="鏉冮檺缂栫爜" fixed="left" min-width="200px"></el-table-column> - <el-table-column prop="name" label="鏉冮檺鍚嶇О" fixed="left" min-width="120px"></el-table-column> - <el-table-column prop="remark" label="鏉冮檺澶囨敞" min-width="120px"></el-table-column> + <el-table-column prop="name" label="鏉冮檺鍚嶇О" fixed="left" min-width="200px"></el-table-column> + <el-table-column prop="remark" label="鏉冮檺澶囨敞" min-width="200px"></el-table-column> <el-table-column prop="createUser" label="鍒涘缓浜�" min-width="100px"> <template slot-scope="{row}">{{row.createUserInfo == null ? '' : row.createUserInfo.username}}</template> </el-table-column> -- Gitblit v1.9.3