|
@@ -88,9 +88,9 @@
|
|
|
<!-- 产品信息 -->
|
|
|
<template slot="cpxx" slot-scope="text,record">
|
|
|
<div v-for="item in record.detailProductsList" :key="item.id">
|
|
|
- <div v-if="item.productCode">{{ item.productCode }}: ¥{{ item.expense }}</div>
|
|
|
- <div v-else-if="item.productBrandName">{{ item.productBrandName }}<span v-if="item.productTypeShowName">/</span>{{ item.productTypeShowName }}: ¥{{ item.expense }}</div>
|
|
|
- <div v-else>{{ item.productTypeShowName }}: ¥{{ item.expense }}</div>
|
|
|
+ <div v-if="item.productCode">{{ item.productCode }}</div>
|
|
|
+ <div v-else-if="item.productBrandName">{{ item.productBrandName }}<span v-if="item.productTypeShowName">/</span>{{ item.productTypeShowName }}</div>
|
|
|
+ <div v-else>{{ item.productTypeShowName }}</div>
|
|
|
</div>
|
|
|
<span v-if="!record.detailProductsList||record.detailProductsList.length==0">--</span>
|
|
|
</template>
|