|
@@ -27,14 +27,7 @@
|
27
|
27
|
:header-cell-style="{backgroundColor: 'rgb(245, 247, 250)',color: '#606266'}"
|
28
|
28
|
v-loading="patientLoading"
|
29
|
29
|
highlight-current-row>
|
30
|
|
- <el-table-column
|
31
|
|
- prop="date"
|
32
|
|
- label="序号"
|
33
|
|
- width="60"
|
34
|
|
- align="center"
|
35
|
|
- type="index"
|
36
|
|
- >
|
37
|
|
- </el-table-column>
|
|
30
|
+
|
38
|
31
|
<el-table-column align="center" prop="name" label="流水号">
|
39
|
32
|
<template slot-scope="scope">{{scope.row.record.trt_dcla_detl_sn}}</template>
|
40
|
33
|
</el-table-column>
|
|
@@ -102,7 +95,7 @@
|
102
|
95
|
</template>
|
103
|
96
|
</el-table-column>
|
104
|
97
|
|
105
|
|
- <el-table-column align="center" prop="name" label="疾病类型">
|
|
98
|
+ <el-table-column align="center" prop="name" label="疾病类型" width="100">
|
106
|
99
|
<template slot-scope="scope">
|
107
|
100
|
<el-select filterable style="width:100%;" v-model="scope.row.record.sick_type" placeholder="请选择">
|
108
|
101
|
<el-option
|