Commit 3d1c9f25 authored by 刘怀志's avatar 刘怀志

66310 缴费管理,小程序端会员卡支付的数据支付方式等未显示值

parent e93ca7fd
......@@ -540,7 +540,11 @@ color: #333333;"
{{ scope.row.amountAfterTrade === '0' ? '0' : (scope.row.tradeType === '7'? '+' : '-') + moneyFormat(scope.row.paymentAmount) + ' 元' }}
</template>
</el-table-column>
<el-table-column align="center" label="操作人" prop="payRecipient" />
<el-table-column align="center" label="操作人" prop="payRecipient">
<template slot-scope="scope">
{{ (scope.row.tradeType === '1' && scope.row.payType=== '3')? '百邦宠物平台' : (scope.row.payRecipient || '-') }}
</template>
</el-table-column>
<el-table-column align="center" label="操作项目" prop="tradeType">
<template slot-scope="scope">
{{ scope.row.tradeType ? (tradeTypeMap[scope.row.tradeType]) : '-' }}
......@@ -863,7 +867,7 @@ color: #333333;"
</el-table-column>
<el-table-column align="center" label="操作人" prop="payRecipient">
<template slot-scope="scope">
{{ scope.row.payRecipient || '-' }}
{{ (scope.row.tradeType === '1' && scope.row.payType=== '3')? '百邦宠物平台' : (scope.row.payRecipient || '-') }}
</template>
</el-table-column>
<el-table-column align="center" label="操作时间" prop="createTime" />
......
......@@ -152,7 +152,7 @@
</el-table-column>
<el-table-column align="left" label="操作人" min-width="70" prop="payRecipient" show-overflow-tooltip>
<template slot-scope="scope">
<span>{{ (scope.row.payRecipient || '-') }}</span>
<span>{{ (scope.row.tradeType === '1' && scope.row.payType=== '3')? '百邦宠物平台' : (scope.row.payRecipient || '-') }}</span>
</template>
</el-table-column>
<el-table-column v-if="deptLevel === '2'" align="left" label="宠主姓名" min-width="70" prop="petOwnerName" show-overflow-tooltip>
......
......@@ -542,7 +542,7 @@ color: #333333;"
</el-table-column>
<el-table-column align="left" label="收费人" prop="payRecipient" show-overflow-tooltip>
<template slot-scope="scope">
{{ scope.row.payRecipient ? `${scope.row.payRecipient}` : '-' }}
{{ (scope.row.tradeType === '1' && scope.row.payType=== '3')? '百邦宠物平台' : (scope.row.payRecipient || '-') }}
</template>
</el-table-column>
<el-table-column
......@@ -606,7 +606,11 @@ color: #333333;"
{{ scope.row.amountAfterTrade === '0' ? '0' : (scope.row.tradeType === '7'? '+' : '-') + moneyFormat(scope.row.paymentAmount) + ' 元' }}
</template>
</el-table-column>
<el-table-column align="left" label="操作人" prop="payRecipient" />
<el-table-column align="left" label="操作人" prop="payRecipient">
<template slot-scope="scope">
{{ (scope.row.tradeType === '1' && scope.row.payType=== '3')? '百邦宠物平台' : (scope.row.payRecipient || '-') }}
</template>
</el-table-column>
<el-table-column align="left" label="操作项目" prop="tradeType">
<template slot-scope="scope">
{{ scope.row.tradeType ? (tradeTypeMap[scope.row.tradeType]) : '-' }}
......
......@@ -166,7 +166,7 @@
</el-table-column>
<el-table-column align="left" label="收费人" min-width="70" prop="payRecipient" show-overflow-tooltip>
<template slot-scope="scope">
<span>{{ scope.row.tradeType === '1'? '百邦宠物平台' : (scope.row.payRecipient || '-') }}</span>
<span>{{ (scope.row.tradeType === '1' && scope.row.payType=== '3')? '百邦宠物平台' : (scope.row.payRecipient || '-') }}</span>
</template>
</el-table-column>
<el-table-column align="left" label="缴费时间" min-width="80" prop="paymentTime" show-overflow-tooltip>
......
......@@ -421,7 +421,11 @@ color: #333333;"
{{ scope.row.paymentAmount ? (moneyFormat(scope.row.paymentAmount) + ' 元') : '-' }}
</template>
</el-table-column>
<el-table-column align="left" label="操作人" prop="payRecipient" />
<el-table-column align="left" label="操作人" prop="payRecipient">
<template slot-scope="scope">
{{ (scope.row.tradeType === '1' && scope.row.payType=== '3')? '百邦宠物平台' : (scope.row.payRecipient || '-') }}
</template>
</el-table-column>
<el-table-column align="left" label="操作项目" prop="tradeType">
<template slot-scope="scope">
{{ scope.row.tradeType ? (tradeTypeMap[scope.row.tradeType]) : '-' }}
......
......@@ -107,7 +107,11 @@
{{ scope.row.paymentAmount ? moneyFormat(scope.row.paymentAmount) + ' 元' : '-' }}
</template>
</el-table-column>
<el-table-column align="center" label="操作人" prop="payRecipient" />
<el-table-column align="center" label="操作人" prop="payRecipient">
<template slot-scope="scope">
{{ (scope.row.tradeType === '1' && scope.row.payType=== '3')? '百邦宠物平台' : (scope.row.payRecipient || '-') }}
</template>
</el-table-column>
<el-table-column align="center" label="操作项目" prop="tradeType">
<template slot-scope="scope">
{{ scope.row.tradeType ? (tradeTypeMap[scope.row.tradeType]) : '-' }}
......
......@@ -546,7 +546,11 @@ color: #333333;"
{{ scope.row.amountAfterTrade === '0' ? '0' : (scope.row.tradeType === '7'? '+' : '-') + moneyFormat(scope.row.paymentAmount) + ' 元' }}
</template>
</el-table-column>
<el-table-column align="center" label="操作人" prop="payRecipient" />
<el-table-column align="center" label="操作人" prop="payRecipient">
<template slot-scope="scope">
{{ (scope.row.tradeType === '1' && scope.row.payType=== '3')? '百邦宠物平台' : (scope.row.payRecipient || '-') }}
</template>
</el-table-column>
<el-table-column align="center" label="操作项目" prop="tradeType">
<template slot-scope="scope">
{{ scope.row.tradeType ? (tradeTypeMap[scope.row.tradeType]) : '-' }}
......
......@@ -141,7 +141,7 @@
</el-table-column>
<el-table-column align="left" label="收费人" min-width="70" prop="payRecipient" show-overflow-tooltip>
<template slot-scope="scope">
<span>{{ scope.row.tradeType === '1'? '百邦宠物平台' : (scope.row.payRecipient || '-') }}</span>
<span>{{ (scope.row.tradeType === '1' && scope.row.payType=== '3')? '百邦宠物平台' : (scope.row.payRecipient || '-') }}</span>
</template>
</el-table-column>
<el-table-column v-if="deptLevel === '2'" align="left" label="宠主姓名" min-width="70" prop="petOwnerName" show-overflow-tooltip>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment