From 06b919319e949de66879a8505e9e4640ad3db18f Mon Sep 17 00:00:00 2001 From: nidapeng <jp@doumee.com> Date: 星期一, 01 四月 2024 10:21:39 +0800 Subject: [PATCH] 提交一把 --- company/src/components/business/dispatchUnitDetailsPlat.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/company/src/components/business/dispatchUnitDetailsPlat.vue b/company/src/components/business/dispatchUnitDetailsPlat.vue index 1534ca5..e4149e1 100644 --- a/company/src/components/business/dispatchUnitDetailsPlat.vue +++ b/company/src/components/business/dispatchUnitDetailsPlat.vue @@ -97,7 +97,7 @@ </span> </span> <span style="margin-top: 5px; font-size: 12px; font-weight: 400; color: #999999;"> - 鎿嶄綔鍛�-{{activity.creatorName}}锛坽{activity.creatorType==1? activity.companyName: "骞冲彴绔�"}}锛墈{activity.createDate}} + 鎿嶄綔鍛�-{{activity.creatorName}}锛坽{(activity.creatorType == 1||activity.creatorType == 2)? activity.companyName: "骞冲彴绔�"}}锛墈{activity.createDate}} </span> </div> </el-timeline-item> -- Gitblit v1.9.3