XMLWAN před 2 roky
rodič
revize
5aa13d4037

+ 7 - 7
src/xt_pages/dialysis/details/dialog/DoctorAdviceDialog.vue Zobrazit soubor

@@ -280,10 +280,10 @@
280 280
         </el-table-column>
281 281
         <el-table-column prop="execution_staff" align="center" min-width="30px" label="执行护士"><!--bug642-->
282 282
           <template slot-scope="scope">
283
-            <span v-if="scope.row.parent_id == 0">
283
+            <span>
284 284
               {{getXuserName(scope.row.execution_staff)}}
285 285
             </span>
286
-            <span v-else></span>
286
+
287 287
           </template>
288 288
         </el-table-column>
289 289
         <el-table-column
@@ -294,10 +294,10 @@
294 294
           label="核对人员"
295 295
         >
296 296
           <template slot-scope="scope">
297
-            <span v-if="scope.row.parent_id == 0">
297
+            <span>
298 298
               {{getXuserName(scope.row.checker)}}
299 299
             </span>
300
-            <span v-else></span>
300
+
301 301
           </template>
302 302
         </el-table-column>
303 303
       </el-table>
@@ -1336,7 +1336,7 @@
1336 1336
               this.currentRow = null
1337 1337
               this.setCurrent()
1338 1338
               this.hideForm()
1339
-            
1339
+
1340 1340
 
1341 1341
               if (this.form.parent_id > 0) {
1342 1342
                 var spliceIndex = -1
@@ -1349,7 +1349,7 @@
1349 1349
                     break
1350 1350
                   }
1351 1351
                 }
1352
-               
1352
+
1353 1353
                 if (spliceIndex > -1) {
1354 1354
                   spliceIndex += 1
1355 1355
                   if (spliceIndex === this.doctor_advices.length) {
@@ -1362,7 +1362,7 @@
1362 1362
                     }
1363 1363
                   }
1364 1364
 
1365
-                 
1365
+
1366 1366
                 }
1367 1367
               } else {
1368 1368
                 this.doctor_advices.unshift(response.data.data.advice)