From 5eb40b51f136604ce568c3dde114ca91d1b7ac1d Mon Sep 17 00:00:00 2001
From: songshankun <songshankun@foxmail.com>
Date: 星期三, 11 十月 2023 19:34:56 +0800
Subject: [PATCH] feat: 销售机会报价单销售总单销售子单弹窗表单必填项调整

---
 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