From 5bc926157420e0ce7e2b4fbef901617ee9f98115 Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期三, 28 二月 2024 17:36:35 +0800 Subject: [PATCH] 报价单,销售明细单 2个模块初始时请求对应的销售机会,销售报价单的列表并且给下拉列表赋值 --- src/views/service/serviceFollowup/DetailServiceFollowup.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/service/serviceFollowup/DetailServiceFollowup.vue b/src/views/service/serviceFollowup/DetailServiceFollowup.vue index daa2526..580f418 100644 --- a/src/views/service/serviceFollowup/DetailServiceFollowup.vue +++ b/src/views/service/serviceFollowup/DetailServiceFollowup.vue @@ -9,7 +9,7 @@ > <template slot="title"> <div class="header"> - <span class="header-label">鍥炶鍗曠紪鍙�</span> + <span class="header-label">鏈嶅姟鍥炶鍗�</span> <span class="header-title">{{ detailConfig.infomation.number }}</span> </div> </template> @@ -157,9 +157,9 @@ }, { leftStr: "鍒涘缓鏃堕棿", - leftValue: "", + leftValue: item.createTime, rightStr: "淇敼鏃堕棿", - rightValue: "" + rightValue: item.updateTime } ] }, -- Gitblit v1.8.0