From 7793f47f48785074ee431251af8ac816803a522e Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期五, 12 四月 2024 15:50:45 +0800 Subject: [PATCH] 屏蔽权限 --- src/views/system/platform/index.vue | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/src/views/system/platform/index.vue b/src/views/system/platform/index.vue index 5b585e5..3bbe042 100644 --- a/src/views/system/platform/index.vue +++ b/src/views/system/platform/index.vue @@ -121,11 +121,6 @@ <dict-tag :options="dict.type.camera_state" :value="scope.row.status"/> </template> </el-table-column> - <el-table-column label="鏄惁鐢熸垚寮傚父宸ュ崟" align="center" prop="defaultOrder" width="180"> - <template slot-scope="scope"> - <dict-tag :options="dict.type.platform_yes_no" :value="scope.row.status"/> - </template> - </el-table-column> <!-- <el-table-column label="澶囨敞" align="center" prop="remark" /> --> <el-table-column label="鎿嶄綔" align="center" class-name="small-padding fixed-width"> <template slot-scope="scope"> -- Gitblit v1.8.0