From fe12fe0325c33867a4cb8387e4f19a0178e5e1a1 Mon Sep 17 00:00:00 2001 From: renkang <8417338+k94314517@user.noreply.gitee.com> Date: 星期一, 09 十二月 2024 23:20:34 +0800 Subject: [PATCH] 客户资料 巡检任务业务 --- admin/src/views/project/projectList.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/admin/src/views/project/projectList.vue b/admin/src/views/project/projectList.vue index a150378..383fc76 100644 --- a/admin/src/views/project/projectList.vue +++ b/admin/src/views/project/projectList.vue @@ -22,7 +22,7 @@ <el-table v-loading="isWorking.search" :data="tableData.list" stripe @selection-change="handleSelectionChange"> <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="area" label="绠$悊闈㈢Н(m)" min-width="100px"></el-table-column> + <el-table-column prop="area" label="绠$悊闈㈢Н(m虏)" min-width="100px"></el-table-column> <el-table-column prop="roomNum" label="鎬绘埧婧愭暟閲�(闂�)" min-width="100px"></el-table-column> <el-table-column prop="roomRentNum" label="鍙嫑鍟嗘埧婧愭暟閲�(闂�)" min-width="100px"></el-table-column> <el-table-column v-if="containPermissions(['business:ywproject:update', 'business:ywproject:delete'])" -- Gitblit v1.9.3