From 6cf7ea7aa09553b9fe148f94ec6158dbb2b2c9bc Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期二, 08 四月 2025 18:22:19 +0800 Subject: [PATCH] v-show --- src/views/engineering/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/engineering/index.vue b/src/views/engineering/index.vue index d8c0f49..71b0f8c 100644 --- a/src/views/engineering/index.vue +++ b/src/views/engineering/index.vue @@ -106,6 +106,7 @@ :tree-props="{children: 'children', hasChildren: 'hasChildren'}" :show-overflow-tooltip="true"> <el-table-column label="椤圭洰鍚嶇О" min-width="250" :show-overflow-tooltip="true" prop="projectName" /> + <el-table-column label="寤鸿鍐呭" min-width="150" :show-overflow-tooltip="true" prop="buildContent"/> <el-table-column label="椤圭洰鎺ㄨ繘绫诲瀷" align="center" prop="projectType"> <template slot-scope="scope"> <dict-tag :options="dict.type.sys_project_type" :value="scope.row.projectType"/> @@ -126,7 +127,6 @@ <dict-tag :options="dict.type.sys_project_status" :value="scope.row.status"/> </template> </el-table-column> - <el-table-column label="寤鸿鍐呭" align="center" prop="buildContent"/> <el-table-column label="鎿嶄綔" align="center" class-name="small-padding fixed-width"> <template slot-scope="scope"> <el-button -- Gitblit v1.8.0