From 8e753cc7eaf0e261612f0137504684b65f099342 Mon Sep 17 00:00:00 2001 From: liukangdong <898885815@qq.com> Date: 星期三, 20 十一月 2024 18:31:13 +0800 Subject: [PATCH] ll --- admin/src/views/project/projectList.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/admin/src/views/project/projectList.vue b/admin/src/views/project/projectList.vue index df5fee2..a6c0ba5 100644 --- a/admin/src/views/project/projectList.vue +++ b/admin/src/views/project/projectList.vue @@ -26,13 +26,13 @@ > <el-table-column type="selection" width="55"></el-table-column> <el-table-column prop="name" label="椤圭洰鍚嶇О" min-width="100px"></el-table-column> - <el-table-column prop="name" label="绠$悊闈㈢Н(m)" min-width="100px"></el-table-column> - <el-table-column prop="name" label="椤圭洰鍚嶇О" min-width="100px"></el-table-column> - + <el-table-column prop="" label="绠$悊闈㈢Н(m)" min-width="100px"></el-table-column> + <el-table-column prop="roomNum" label="鎬绘埧婧愭暟閲�(闂�)" min-width="100px"></el-table-column> + <el-table-column prop="roomeRentNum" label="鍙嫑鍟嗘埧婧愭暟閲�(闂�)" min-width="100px"></el-table-column> <el-table-column v-if="containPermissions(['business:ywproject:update', 'business:ywproject:delete'])" label="鎿嶄綔" - min-width="120" + min-width="80" fixed="right" > <template slot-scope="{row}"> -- Gitblit v1.9.3