see999 3 年前
父节点
当前提交
870739b690
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/xt_pages/outpatientDoctorStation/prescriptionTemplate.vue

+ 2 - 2
src/xt_pages/outpatientDoctorStation/prescriptionTemplate.vue 查看文件

18
                 </div>
18
                 </div>
19
                 <div>
19
                 <div>
20
                     <el-table :data="data" :height="tableHeight" @row-click='choosePatient'
20
                     <el-table :data="data" :height="tableHeight" @row-click='choosePatient'
21
-                               border style="width: 100%;"
21
+                              border style="width: 100%;"
22
                               :row-style="{ color: '#303133' }"
22
                               :row-style="{ color: '#303133' }"
23
                               :header-cell-style="{backgroundColor: 'rgb(245, 247, 250)',color: '#606266'}"
23
                               :header-cell-style="{backgroundColor: 'rgb(245, 247, 250)',color: '#606266'}"
24
                               highlight-current-row
24
                               highlight-current-row
31
             </div>
31
             </div>
32
             <div class="mainRight">
32
             <div class="mainRight">
33
                 <el-table :data="templates" :height="tableHeight"
33
                 <el-table :data="templates" :height="tableHeight"
34
-                           border style="width: 100%;"
34
+                          border style="width: 100%;"
35
                           :row-style="{ color: '#303133' }"
35
                           :row-style="{ color: '#303133' }"
36
                           :header-cell-style="{backgroundColor: 'rgb(245, 247, 250)',color: '#606266'}"
36
                           :header-cell-style="{backgroundColor: 'rgb(245, 247, 250)',color: '#606266'}"
37
                           highlight-current-row
37
                           highlight-current-row