|
|
|
|
227
|
{{scope.row.price}}
|
227
|
{{scope.row.price}}
|
228
|
</template>
|
228
|
</template>
|
229
|
</el-table-column>
|
229
|
</el-table-column>
|
230
|
- <el-table-column label="拆零零售价" align="center">
|
|
|
|
|
230
|
+ <!-- <el-table-column label="拆零零售价" align="center">
|
231
|
<template slot-scope="scope">
|
231
|
<template slot-scope="scope">
|
232
|
{{scope.row.retail_price}}
|
232
|
{{scope.row.retail_price}}
|
233
|
</template>
|
233
|
</template>
|
234
|
- </el-table-column>
|
|
|
|
|
234
|
+ </el-table-column> -->
|
235
|
<el-table-column label="总价" align="center">
|
235
|
<el-table-column label="总价" align="center">
|
236
|
<template slot-scope="scope">
|
236
|
<template slot-scope="scope">
|
237
|
<span>{{getAllPriceOne(scope.row.drug_id,scope.row.price,scope.row.min_price).toFixed(2)}}</span>
|
237
|
<span>{{getAllPriceOne(scope.row.drug_id,scope.row.price,scope.row.min_price).toFixed(2)}}</span>
|