|
@@ -29,11 +29,6 @@
|
29
|
29
|
</el-table-column>
|
30
|
30
|
|
31
|
31
|
|
32
|
|
- <el-table-column align="center" prop="statistical_classification" width="100" label="组">
|
33
|
|
- <template slot-scope="scope">
|
34
|
|
- {{getGroup(scope.row.statistical_classification)}}
|
35
|
|
- </template>
|
36
|
|
- </el-table-column>
|
37
|
32
|
<el-table-column align="center" prop="single_dose" width="80" label="单次用量">
|
38
|
33
|
<template slot-scope="scope">{{scope.row.single_dose}} {{scope.row.single_dose_unit}}</template>
|
39
|
34
|
|
|
@@ -65,6 +60,16 @@
|
65
|
60
|
|
66
|
61
|
</template>
|
67
|
62
|
</el-table-column>
|
|
63
|
+
|
|
64
|
+ <el-table-column align="center" prop="name" width="60" label="总价">
|
|
65
|
+ <template slot-scope="scope">
|
|
66
|
+ <!--<el-input v-model="scope.row.price" placeholder="" readonly></el-input>-->
|
|
67
|
+ {{scope.row.price}}元
|
|
68
|
+
|
|
69
|
+ </template>
|
|
70
|
+ </el-table-column>
|
|
71
|
+
|
|
72
|
+
|
68
|
73
|
<el-table-column align="center" prop="name" width="80" label="备注">
|
69
|
74
|
<template slot-scope="scope">
|
70
|
75
|
<!--<el-input v-model="scope.row.remark" readonly></el-input>-->
|