|
@@ -235,7 +235,7 @@
|
235
|
235
|
</el-table-column> -->
|
236
|
236
|
<el-table-column label="总价" align="center">
|
237
|
237
|
<template slot-scope="scope">
|
238
|
|
- <span v-if="scope.row.price > 0">{{getAllPriceOne(scope.row.drug_id,scope.row.price,scope.row.min_price).toFixed(2)}}</span>
|
|
238
|
+ <span v-if="scope.row.price > 0">{{getAllPriceOne(scope.row.drug_id,scope.row.price,scope.row.price).toFixed(2)}}</span>
|
239
|
239
|
<span v-if="scope.row.price == 0">{{getAllPriceOne(scope.row.drug_id,scope.row.retail_price,scope.row.min_price).toFixed(2)}}</span>
|
240
|
240
|
</template>
|
241
|
241
|
</el-table-column>
|