|
|
|
@ -71,9 +71,9 @@ |
|
|
|
<el-table-column prop="goodsName" :label="t('common_list.productName')" width="130" show-overflow-tooltip /> |
|
|
|
<el-table-column prop="goodsNum" :label="t('common_list.productNum')" width="130px"> |
|
|
|
<template #default="scope"> |
|
|
|
<span v-if="scope.row.goodsName == t('common_list.goldRecharge')">{{ |
|
|
|
scope.row.permanentGold }} {{ t('cash.unit') }}</span> |
|
|
|
<span v-else>{{ scope.row.goodsNum }} {{ scope.row.numUnit }}</span> |
|
|
|
<!-- <span v-if="scope.row.goodsName == t('common_list.goldRecharge')">{{ |
|
|
|
scope.row.permanentGold }} {{ t('cash.unit') }}</span> --> |
|
|
|
<span>{{ scope.row.goodsNum }} {{ scope.row.numUnit }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column prop="paymentCurrency" :label="t('common_add.payCurrency')" width="120" /> |
|
|
|
|