浏览代码

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

28169 1年前
父节点
当前提交
ee2a3e4baa
共有 1 个文件被更改,包括 4 次插入2 次删除
  1. 4 2
      src/xt_pages/hospitalStation/components/settlePrescriptionTable.vue

+ 4 - 2
src/xt_pages/hospitalStation/components/settlePrescriptionTable.vue 查看文件

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