From 25aace375476ad7f73089cac6bfed606828c5371 Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期四, 21 十一月 2024 09:04:26 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- 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