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