From ab9d102ce99644f73ff365a1e70afbda1e14276d Mon Sep 17 00:00:00 2001
From: Tomas <tomasysh@gmail.com>
Date: 星期五, 28 七月 2023 12:03:32 +0800
Subject: [PATCH] Update: 顧問諮詢方式欄位(畫面)

---
 PAMapp/pages/questionnaire/_agentNo.vue |   20 +++++++++++++++++++-
 1 files changed, 19 insertions(+), 1 deletions(-)

diff --git a/PAMapp/pages/questionnaire/_agentNo.vue b/PAMapp/pages/questionnaire/_agentNo.vue
index 553ccee..0c0c815 100644
--- a/PAMapp/pages/questionnaire/_agentNo.vue
+++ b/PAMapp/pages/questionnaire/_agentNo.vue
@@ -78,6 +78,12 @@
           :options="requirementOptions" />
       </div>
       <div class="pam-paragraph">
+        <div class="mdTxt">隢株岷�撘�</div>
+        <SingleSelectBtn class="mt-10"
+           :singleSelected.sync="myRequest.consultantMode"
+           :options="consultantModeOptions" />
+      </div>
+      <div class="pam-paragraph">
         <div class="mdTxt">����批</div>
         <SingleSelectBtn class="mt-10"
           :singleSelected.sync="myRequest.gender"
@@ -201,6 +207,17 @@
       }
     ];
 
+    consultantModeOptions = [
+      {
+        title: '蝺��',
+        label: 'ONLINE'
+      },
+      {
+        title: '蝺��',
+        label: 'OFFLINE'
+      }
+    ];
+
     requirementOptions=[
       {
         title:'�摨瑁����',
@@ -300,6 +317,7 @@
         selectTimesOptions: [],
       }],
       agentNo: '',
+      consultantMode: '',
     };
 
     showDrawer= false;
@@ -416,7 +434,7 @@
         return {
             ...appointmentInfo,
             hopeContactTime: hopeContactTime,
-            requirement: appointmentInfo.requirement 
+            requirement: appointmentInfo.requirement
                         ? appointmentInfo.requirement.split(',')
                         : []
           }

--
Gitblit v1.8.0