From eef1ef0be935d4a3d8fc691b2666f41796b2d4a5 Mon Sep 17 00:00:00 2001 From: gaoshp <291585735@qq.com> Date: 星期一, 04 十一月 2024 19:57:08 +0800 Subject: [PATCH] 增加列表显示 --- src/views/console/workstation/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/console/workstation/index.vue b/src/views/console/workstation/index.vue index 733ae1b..e588771 100644 --- a/src/views/console/workstation/index.vue +++ b/src/views/console/workstation/index.vue @@ -177,7 +177,7 @@ <el-col :span="8"> {{ info.properties }} </el-col> - <el-col :span="4"> + <!-- <el-col :span="4"> 绋嬪簭浼犺緭鏂瑰紡 </el-col> <el-col :span="8"> @@ -191,7 +191,7 @@ </el-col> <el-col :span="4"> 宸ヤ綔鍙� - </el-col> + </el-col> --> <el-col :span="8"> <ul class="workbench"> <li v-for="item in workbenchVOList" :key="item.sort"> -- Gitblit v1.9.3