From 6b929b3a19e0580e255c02c2702895f361784d90 Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期五, 25 四月 2025 17:47:44 +0800 Subject: [PATCH] 代码初始化 --- admin/src/views/business/workorderDcaChild.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/admin/src/views/business/workorderDcaChild.vue b/admin/src/views/business/workorderDcaChild.vue index af54536..6da6a13 100644 --- a/admin/src/views/business/workorderDcaChild.vue +++ b/admin/src/views/business/workorderDcaChild.vue @@ -96,6 +96,7 @@ <el-table-column prop="locationName" label="浣嶇疆" min-width="150px"></el-table-column> <el-table-column prop="submitDate" label="涓婃姤鏃堕棿" min-width="150px"></el-table-column> <el-table-column prop="happenTime" label="鍙戠幇鏃堕棿" min-width="150px"></el-table-column> + <el-table-column prop="eventInfo" label="涓嶇鍚堝師鍥�" min-width="250px" show-overflow-tooltip ></el-table-column> <el-table-column prop="memberName" label="涓婃姤浜哄憳" min-width="150px"> <template slot-scope="{row}"> <span v-if="row.memberPhone" >{{row.memberName}}/{{row.memberPhone }}</span> -- Gitblit v1.9.3