diff --git a/src/views/consume/gold/coinConsumeDetail.vue b/src/views/consume/gold/coinConsumeDetail.vue index 6a5e223..2f0a247 100644 --- a/src/views/consume/gold/coinConsumeDetail.vue +++ b/src/views/consume/gold/coinConsumeDetail.vue @@ -615,10 +615,10 @@ const getMarket = async function () {
- 订单状态: - - - + {{ $t('common.orderStatus') }}: + + +
@@ -710,27 +710,28 @@ const getMarket = async function () {
{{ $t('consume.refunded') }}
-
{{ scope.row.refundModel == 0 ? '全部退款' : '部分退款' }}
+
{{ scope.row.refundModel == 0 ? $t('common_list.refundModelAll') : $t('common_list.refundModelPart') }}
- 总金币数: + {{ $t('common.totalGoldCoin') }}: {{ scope.row.refundSumGold }}
- 永久金币: + {{ $t('common.permanentGold') }}: {{ scope.row.refundPermanentGold }}
- 免费金币: + {{ $t('common.freeGold') }}: {{ scope.row.refundFreeGold }}
- 任务金币: + {{ $t('common.taskGold') }}: {{ scope.row.refundTaskGold }}
@@ -739,7 +740,6 @@ const getMarket = async function () { @click.stop src="@/assets/SvgIcons/consume.svg" style="width: 15px; height: 15px; margin-left: 5px; cursor: pointer; display: inline-block;" - alt="退款详情" >
@@ -799,7 +799,8 @@ const getMarket = async function () { border: none !important; padding: 12px !important; box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); - min-width: unset !important; + width: 100px; + min-width: none; .el-popper__arrow::before { background-color: #EEF5FE !important; border-color: #EEF5FE !important; @@ -820,6 +821,7 @@ const getMarket = async function () { font-size: 13px; color: #606266; margin-bottom: 4px; + &:last-child { margin-bottom: 0; }