From d138b7df8fa97dc7ed6b07acdfef804ebb186a74 Mon Sep 17 00:00:00 2001 From: liuchengxin <13104445455@163.com> Date: 星期五, 27 五月 2022 21:21:21 +0800 Subject: [PATCH] BUG修改 --- src/views/construction/system/index.vue | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/construction/system/index.vue b/src/views/construction/system/index.vue index 222e84e..ebf6b17 100644 --- a/src/views/construction/system/index.vue +++ b/src/views/construction/system/index.vue @@ -70,19 +70,19 @@ <span>{{ (queryParams.pageNum - 1) * queryParams.pageSize + scope.$index + 1 }}</span> </template> </el-table-column> - <el-table-column label="杞欢鍚嶇О" align="center" prop="name"/> + <el-table-column label="杞欢鍚嶇О" align="center" min-width="180" prop="name"/> <el-table-column label="鐗堟湰" min-width="180" align="center" prop="edition"/> - <el-table-column label="鍔熻兘鎻忚堪" min-width="180" align="center" prop="functionDescription"/> <el-table-column label="鎺堟潈鏂瑰紡" min-width="180" align="center" prop="authorizationMethod_dictText"/> <el-table-column label="鎺堟潈鏁伴噺" min-width="180" align="center" prop="authorizedQuantity"/> - <el-table-column label="杞戒綋鏈嶅姟鍣�" align="center" prop="serverId_dictText"> + <el-table-column label="杞戒綋鏈嶅姟鍣�" align="center" width="180" prop="serverId_dictText"> <template slot-scope="scope"> <el-link type="primary" @click="serverClick(scope.row)">{{scope.row.serverId_dictText}}</el-link> </template> </el-table-column> - <el-table-column label="鏂藉伐鎵规" min-width="180" align="center" prop="constructionBatchId_dictText"/> <el-table-column label="鐢熶骇鍘傚晢" min-width="220" align="center" prop="manufacturerId_dictText"/> - <el-table-column label="澶囨敞" align="center" min-width="180" prop="remarks"/> + <el-table-column label="鍔熻兘鎻忚堪" min-width="180" align="center" prop="functionDescription"/> +<!-- <el-table-column label="鏂藉伐鎵规" min-width="180" align="center" prop="constructionBatchId_dictText"/>--> +<!-- <el-table-column label="澶囨敞" align="center" min-width="180" prop="remarks"/>--> <el-table-column label="鎿嶄綔" align="center" fixed="right" width="220" class-name="small-padding fixed-width"> <template slot-scope="scope"> <el-button -- Gitblit v1.9.1