liuzhihui 2 年之前
父節點
當前提交
0121a004a6

+ 2 - 2
CallCenterWeb.UI/RMYY/src/views/comDispatch/components/dispatchdetail.vue

@@ -152,10 +152,10 @@
152 152
                 </td>
153 153
                 <th v-if="item.F_ReceiveUser">{{ item.F_ReceiveUser }}</th>
154 154
               </tr>
155
-              <tr v-if="orderDetailData.F_Recipient">
155
+              <!-- <tr v-if="orderDetailData.F_Recipient">
156 156
                 <th>接收人:</th>
157 157
                 <td colspan="5">{{ orderDetailData.F_Recipient }}</td>
158
-              </tr>
158
+              </tr> -->
159 159
               <tr v-if="orderDetailData.F_Recipient">
160 160
                 <th>是否异常:</th>
161 161
                 <td colspan="5">

+ 2 - 2
CallCenterWeb.UI/RMYY/src/views/scheduleManagement/scheduleInfo/index.vue

@@ -20,8 +20,8 @@
20 20
         <thead>
21 21
           <tr style="background-color: #76c4e8;">
22 22
             <td style="font-weight: bold;">姓名</td>
23
-            <td v-for="item in timeData" >
24
-              <div style="white-space: nowrap;margin: 7px 0;font-weight: bold;">{{item.DutyTime.slice(5,item.DutyTime.length)}}</div>
23
+            <td v-for="item in timeData">
24
+              <div style="white-space: nowrap;margin: 7px 0;font-weight: bold;font-size: 17px;">{{item.DutyTime.slice(5,item.DutyTime.length)}}</div>
25 25
               <div style="font-weight: bold;font-size: 12px;margin-bottom: 7px;">{{getWeekDay(item.DutyTime)}}</div>
26 26
             </td>
27 27
           </tr>