see999 3 年之前
父節點
當前提交
fcca8a361c

+ 0 - 2
src/xt_pages/dialysis/batch_print/batch_print_order_thirtyNine.vue 查看文件

305
                         <td>
305
                         <td>
306
                             <span v-if="setAdminUserES(advice, 'advice_doctor') == ''">
306
                             <span v-if="setAdminUserES(advice, 'advice_doctor') == ''">
307
                                 {{getAdminUser(advice, 'advice_doctor')}}
307
                                 {{getAdminUser(advice, 'advice_doctor')}}
308
-                                1
309
                             </span>
308
                             </span>
310
                             <span v-else style="display:flex;align-items:center;justify-content:space-around;height:36px;">
309
                             <span v-else style="display:flex;align-items:center;justify-content:space-around;height:36px;">
311
-                                2
312
                                 <img style="height:30px;" :src="setAdminUserES(advice, 'advice_doctor')" alt srcset />
310
                                 <img style="height:30px;" :src="setAdminUserES(advice, 'advice_doctor')" alt srcset />
313
                             </span>
311
                             </span>
314
                         </td>
312
                         </td>

+ 1 - 0
src/xt_pages/dialysis/details/dialog/treatmentSummaryDialog.vue 查看文件

130
 import { uParseTime } from '@/utils/tools'
130
 import { uParseTime } from '@/utils/tools'
131
 import store from '@/store'
131
 import store from '@/store'
132
 import request from '@/utils/request'
132
 import request from '@/utils/request'
133
+import { parseTime } from '@/utils'
133
 
134
 
134
 export default {
135
 export default {
135
   name: 'treatmentSummaryDialog',
136
   name: 'treatmentSummaryDialog',

+ 1 - 1
src/xt_pages/workforce/scheduleTablePrint.vue 查看文件

12
                 <td colspan="3">周五({{ weekTitle[4] }})</td>
12
                 <td colspan="3">周五({{ weekTitle[4] }})</td>
13
                 <td colspan="3">周六({{ weekTitle[5] }})</td>
13
                 <td colspan="3">周六({{ weekTitle[5] }})</td>
14
                 <td colspan="3">周日({{ weekTitle[6] }})</td>
14
                 <td colspan="3">周日({{ weekTitle[6] }})</td>
15
-                <td colspan="3">总数</td>
15
+                <td>总数</td>
16
             </tr>
16
             </tr>
17
             <tr>
17
             <tr>
18
                 <td>上午</td>
18
                 <td>上午</td>