From 901198f5466629b933168229945461d9097bf102 Mon Sep 17 00:00:00 2001 From: chenzhi Date: Tue, 18 Aug 2020 11:49:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=B8=8B=E6=B8=B8=E4=B8=AA?= =?UTF-8?q?=E4=BA=BA=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../View/CompanyStatementPool/viewPuPool.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Application/Admin/View/CompanyStatementPool/viewPuPool.html b/Application/Admin/View/CompanyStatementPool/viewPuPool.html index 7c947cdd5..0473da900 100644 --- a/Application/Admin/View/CompanyStatementPool/viewPuPool.html +++ b/Application/Admin/View/CompanyStatementPool/viewPuPool.html @@ -152,8 +152,8 @@ {$com['statement_info'][0]['game_list'][0]['game_type_name']} {$com['statement_info'][0]['game_list'][0]['statement_begin_time']}-{$com['statement_info'][0]['game_list'][0]['statement_end_time']} {$com['statement_info'][0]['game_list'][0]['pay_amount']} - {$com['statement_info'][0]['game_list'][0]['ratio']|default=0}% - {$com['statement_info'][0]['game_list'][0]['increment_ratio']|default=0}% + {$com['statement_info'][0]['game_list'][0]['ratio']|showNumPercent} + {$com['statement_info'][0]['game_list'][0]['increment_ratio']|showNumPercent} {$com['statement_info'][0]['game_list'][0]['sum_money']} {$com['reward']} {$com['fine']} @@ -206,8 +206,8 @@ {$game['game_type_name']} {$game['statement_begin_time']}-{$game['statement_end_time']} {$game['pay_amount']} - {$game['ratio']|default=0}% - {$game['increment_ratio']|default=0}% + {$game['ratio']|showNumPercent} + {$game['increment_ratio']|showNumPercent} {$game['sum_money']} @@ -227,8 +227,8 @@ {$account['game_list'][0]['game_type_name']} {$account['game_list'][0]['statement_begin_time']}-{$account['game_list'][0]['statement_end_time']} {$account['game_list'][0]['pay_amount']} - {$account['game_list'][0]['ratio']|default=0}% - {$account['game_list'][0]['increment_ratio']|default=0}% + {$account['game_list'][0]['ratio']|showNumPercent} + {$account['game_list'][0]['increment_ratio']|showNumPercent} {$account['game_list'][0]['sum_money']} - @@ -249,8 +249,8 @@ {$game['game_type_name']} {$game['statement_begin_time']}-{$game['statement_end_time']} {$game['pay_amount']} - {$game['ratio']|default=0}% - {$game['increment_ratio']|default=0}% + {$game['ratio']|showNumPercent} + {$game['increment_ratio']|showNumPercent} {$game['sum_money']}