Browse Source

7月30,明细汇总合计问题

yq1 8 months ago
parent
commit
ef6760e6ba

+ 1 - 1
src/xt_pages/outpatientTool/components/pdetail.vue View File

@@ -66,7 +66,7 @@
66 66
     </div>
67 67
     <el-table :data="tableData" border :row-style="{ color: '#303133' }" ref="table"
68 68
               :header-cell-style="{backgroundColor: 'rgb(245, 247, 250)',color: '#606266'}"
69
-              max-height="400"
69
+              max-height="580"
70 70
               v-loading="detail_loading"
71 71
               highlight-current-row
72 72
               show-summary>

+ 1 - 1
src/xt_pages/outpatientTool/components/pgather.vue View File

@@ -53,7 +53,7 @@
53 53
     <el-table :data="tableData" border :row-style="{ color: '#303133' }" ref="tables"
54 54
               :header-cell-style="{backgroundColor: 'rgb(245, 247, 250)',color: '#606266'}"
55 55
               v-loading="gather_loading"
56
-              max-height="400"
56
+              max-height="580"
57 57
               highlight-current-row
58 58
               show-summary>
59 59