Browse Source

Merge branch '20230223_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20230223_pc_vue_new_branch

28169 1 year ago
parent
commit
ee2a3e4baa

+ 4 - 2
src/xt_pages/hospitalStation/components/settlePrescriptionTable.vue View File

@@ -17,7 +17,7 @@
17 17
         color: '#606266',
18 18
       }"
19 19
       highlight-current-row
20
-      max-height="380px"
20
+      max-height="500px"
21 21
     >
22 22
       <el-table-column
23 23
         align="center"
@@ -129,7 +129,7 @@
129 129
         id="out-table"
130 130
         v-if="prescription.type == 2"
131 131
       :data="prescription.project"
132
-      border
132
+      borde
133 133
       style="width: 99%"
134 134
       :row-style="changColor"
135 135
       :header-cell-style="{
@@ -137,6 +137,8 @@
137 137
         color: '#606266',
138 138
       }"
139 139
       highlight-current-row
140
+        max-height="500px"
141
+
140 142
     >
141 143
       <el-table-column
142 144
         align="center"