From cd7b35b1acc7467deac78ba843b5870a22c9c7f6 Mon Sep 17 00:00:00 2001 From: jinlin <jinlin> Date: 星期二, 06 八月 2024 08:59:12 +0800 Subject: [PATCH] 修改 --- web/packages/views/modules/sys/menu.vue | 7 +------ 1 files changed, 1 insertions(+), 6 deletions(-) diff --git a/web/packages/views/modules/sys/menu.vue b/web/packages/views/modules/sys/menu.vue index 39c8586..59b7380 100644 --- a/web/packages/views/modules/sys/menu.vue +++ b/web/packages/views/modules/sys/menu.vue @@ -9,7 +9,6 @@ </el-form> <el-table v-loading="table.dataLoading" :data="table.dataList" border row-key="id" class="myTable" - :cell-style="cellStyle" v-adaptive="{bottomOffset:30}" height="100px" :tree-props="{children: 'children', hasChildren: 'hasChildren'}"> @@ -25,6 +24,7 @@ prop="type"/> <el-table-column :label="$t('menu.sort')" align="center" min-width="60" prop="sort"/> <el-table-column align="center" label="鏄剧ず" min-width="60" prop="showMenu"/> + <el-table-column align="center" label="涓嶅埛鏂�" min-width="60" prop="isRefresh"/> <el-table-column :label="$t('menu.url')" :show-overflow-tooltip="true" prop="url" width="400"/> <el-table-column :label="$t('menu.permissions')" :show-overflow-tooltip="true" prop="permissions" width="150"/> @@ -53,11 +53,6 @@ AddOrUpdate }, methods: { - cellStyle({column}) { - if (column.label === '鍚嶇О') { - return 'text-align: left !important;' - } - }, isNotPlatform(row) { return true; return !this.$equalsIgnoreType(row.type, this.$dict.MenuType.PLATFORM)// 骞冲彴涓嶅厑璁镐慨鏀瑰垹闄� -- Gitblit v1.9.1