diff --git a/src/views/walletManage/components/WalletDetailTemplate.vue b/src/views/walletManage/components/WalletDetailTemplate.vue index 49179b4..bc9bf4d 100644 --- a/src/views/walletManage/components/WalletDetailTemplate.vue +++ b/src/views/walletManage/components/WalletDetailTemplate.vue @@ -1,36 +1,269 @@ - - - - - + + + + + {{ $t('common_list.jwcode') }}: + + + + {{ $t('common.reset') }} + {{ $t('common.search') }} + + + + + + + + + + {{ scope.$index + 1 + (getObj.pageNum - 1) * getObj.pageSize }} + + + + + + {{ scope.row.time }} + + + + + + {{ scope.row.amount > 0 ? '+' + format3(scope.row.amount) : format3(scope.row.amount) }} + + + + + + + + + {{ scope.row.status === 1 ? t('common_list.normal') : scope.row.status === 2 ? t('common_list.refunded') : t('clientCount.exceptionData') }} + + + + + + + + + + + - \ No newline at end of file + + + \ No newline at end of file