From 18f7ba5af915eded27b68783679e1d6f5f9c8970 Mon Sep 17 00:00:00 2001 From: songshankun <songshankun@foxmail.com> Date: 星期一, 25 九月 2023 16:41:44 +0800 Subject: [PATCH] style: 报价单模块样式调整 --- src/views/service/serviceFollowup/DetailServiceFollowup.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/service/serviceFollowup/DetailServiceFollowup.vue b/src/views/service/serviceFollowup/DetailServiceFollowup.vue index daa2526..b952172 100644 --- a/src/views/service/serviceFollowup/DetailServiceFollowup.vue +++ b/src/views/service/serviceFollowup/DetailServiceFollowup.vue @@ -157,9 +157,9 @@ }, { leftStr: "鍒涘缓鏃堕棿", - leftValue: "", + leftValue: item.createTime, rightStr: "淇敼鏃堕棿", - rightValue: "" + rightValue: item.updateTime } ] }, -- Gitblit v1.8.0