Explorar el Código

更新页面样式

XMLWAN hace 4 años
padre
commit
f9d4ed5a93

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 418 - 2012
src/xt_pages/dialysis/template/DialysisPrintOrderSeven.vue


+ 1 - 3
src/xt_pages/user/doctorAdvice.vue Ver fichero

@@ -139,7 +139,6 @@
139 139
           type="selection"
140 140
           fixed
141 141
         ></el-table-column>
142
-
143 142
         <!--<el-table-column type="index" :index="indexMethod"  label="序号" width="60px" align="center"></el-table-column>-->
144 143
         <el-table-column
145 144
           label="期效"
@@ -1912,7 +1911,6 @@ import {
1912 1911
   getDoctorAdviceList,
1913 1912
   StopDoctorAdvice,
1914 1913
   StopGroupAdvice,
1915
-  getPrintInfo
1916 1914
 } from "@/api/advice";
1917 1915
 
1918 1916
 import { fetchPatient, PostRemind } from "@/api/patient";
@@ -4109,7 +4107,7 @@ export default {
4109 4107
       var id = 0;
4110 4108
       var parentid = 0;
4111 4109
       for (const i in this.multipleSelection) {
4112
-        arr.push(this.multipleSelection[i].id);
4110
+        arr.push(this.multipleSelection[i]);
4113 4111
         id = this.multipleSelection[i].patient_id;
4114 4112
         parentid = this.multipleSelection[i].parent_id;
4115 4113
       }