Ver código fonte

9月24,页面美化

yq1 9 meses atrás
pai
commit
536238affa

+ 0 - 1
src/xt_pages/dialysis/bloodPresssWatch.vue Ver arquivo

@@ -1665,7 +1665,6 @@
1665 1665
         layout="total, sizes, prev, pager, next, jumper"
1666 1666
         :total="total"
1667 1667
       ></el-pagination>
1668
-      <!-- :page-sizes="[20, 40, 60, 80,100,300,500]" -->
1669 1668
     </div>
1670 1669
   </div>
1671 1670
 </template>

+ 0 - 2
src/xt_pages/dialysis/newDoctorAdvice.vue Ver arquivo

@@ -224,7 +224,6 @@
224 224
 
225 225
       </div> -->
226 226
 
227
-
228 227
       <el-table :data="scheduleMap" border :row-style="{ color: '#303133' }" :header-cell-style="{backgroundColor: 'rgb(245, 247, 250)',color: '#606266'}"
229 228
         @selection-change="handleSelectionChange"
230 229
         :span-method="objectSpanMethod"
@@ -357,7 +356,6 @@
357 356
         </el-table-column>
358 357
       </el-table>
359 358
 
360
-
361 359
      <el-table :data="scheduleMap" border :row-style="{ color: '#303133' }" :header-cell-style="{backgroundColor: 'rgb(245, 247, 250)',color: '#606266'}"
362 360
         @selection-change="handleSelectionChangeOne"
363 361
         @current-change="handleCurrentChangeList"

+ 0 - 1
src/xt_pages/outpatientCharges/summary.vue Ver arquivo

@@ -139,7 +139,6 @@
139 139
         <div class="content_top"></div>
140 140
       </div>
141 141
 
142
-
143 142
       <el-table
144 143
         :data="tableData"
145 144
         border

+ 4 - 7
src/xt_pages/user/templateSummary.vue Ver arquivo

@@ -732,10 +732,10 @@
732 732
                           format="yyyy-MM-dd"
733 733
                           value-format="yyyy-MM-dd">
734 734
                         </el-date-picker>
735
-                  </el-form-item> 
736
-              
735
+                  </el-form-item>
736
+
737 737
               </div>
738
-              
738
+
739 739
             </el-row>
740 740
             <el-row>
741 741
                <span>选择检验检查项目:</span>
@@ -817,9 +817,6 @@
817 817
         </span>
818 818
       </el-dialog>
819 819
 
820
-
821
-
822
-
823 820
       <multi-select-box
824 821
         :propsForm="InnerDialogProps"
825 822
         v-on:dialog-comfirm="innerDialogComfirm"
@@ -1873,7 +1870,7 @@
1873 1870
           this.lastYear = val+"-"+"01"
1874 1871
         }
1875 1872
 
1876
-       
1873
+
1877 1874
         this.getInspectionMajor()
1878 1875
       },
1879 1876
       changFirstYear(){