|
@@ -80,7 +80,7 @@
|
80
|
80
|
</el-table-column>
|
81
|
81
|
<el-table-column align="center" prop="retail_price" width="80" label="单价">
|
82
|
82
|
<template slot-scope="scope">
|
83
|
|
- <div>{{scope.row.retail_price}}</div>
|
|
83
|
+ <div>{{scope.row.price}}元</div>
|
84
|
84
|
</template>
|
85
|
85
|
</el-table-column>
|
86
|
86
|
<el-table-column align="center" prop="remark" label="备注">
|
|
@@ -131,7 +131,7 @@
|
131
|
131
|
</el-table-column>
|
132
|
132
|
<el-table-column align="center" prop="total" width="70" label="总量">
|
133
|
133
|
<template slot-scope="scope">
|
134
|
|
- <div>{{ scope.row.total }}{{scope.row.unit}}</div>
|
|
134
|
+ <div>{{ scope.row.count }}{{scope.row.unit}}</div>
|
135
|
135
|
</template>
|
136
|
136
|
</el-table-column>
|
137
|
137
|
<el-table-column align="center" prop="name" width="60" label="单价">
|