|
@@ -93,7 +93,7 @@
|
|
|
<el-col :span="12" v-if="detailInfo.totaltype == 0 || detailInfo.totaltype == 1">
|
|
|
<span v-if="detailInfo.totaltype == 0 || detailInfo.totaltype == 1"
|
|
|
>收费标准:{{ detailInfo.price || '暂无' }}/{{
|
|
|
- detailInfo.priceunit === '0' ? '公斤' : detailInfo.business === '1' ? '套' : detailInfo.business === '2' ? '件' : '' || '暂无'
|
|
|
+ detailInfo.priceunit === '0' ? '公斤' : detailInfo.priceunit === '1' ? '套' : detailInfo.priceunit === '2' ? '件' : '' || '暂无'
|
|
|
}}</span
|
|
|
>
|
|
|
</el-col>
|