|
@@ -120,7 +120,7 @@ return array
|
|
'default' => '0',
|
|
'default' => '0',
|
|
'desc' => '交易金额',
|
|
'desc' => '交易金额',
|
|
'match' => 'option',
|
|
'match' => 'option',
|
|
- 'list' => 'Dever::number({ycash}/1000, 2)',
|
|
|
|
|
|
+ 'list' => 'Dever::number({ycash}/1000, 3)',
|
|
),
|
|
),
|
|
|
|
|
|
'yl_cash' => array
|
|
'yl_cash' => array
|
|
@@ -130,7 +130,7 @@ return array
|
|
'default' => '0',
|
|
'default' => '0',
|
|
'desc' => '银联手续费',
|
|
'desc' => '银联手续费',
|
|
'match' => 'option',
|
|
'match' => 'option',
|
|
- 'list' => 'Dever::number({yl_cash}/1000, 2)',
|
|
|
|
|
|
+ 'list' => 'Dever::number({yl_cash}/1000, 3)',
|
|
),
|
|
),
|
|
|
|
|
|
'pt_cash' => array
|
|
'pt_cash' => array
|
|
@@ -140,7 +140,7 @@ return array
|
|
'default' => '0',
|
|
'default' => '0',
|
|
'desc' => '平台手续费',
|
|
'desc' => '平台手续费',
|
|
'match' => 'option',
|
|
'match' => 'option',
|
|
- 'list' => 'Dever::number({pt_cash}/1000, 2)',
|
|
|
|
|
|
+ 'list' => 'Dever::number({pt_cash}/1000, 3)',
|
|
),
|
|
),
|
|
|
|
|
|
'cash' => array
|
|
'cash' => array
|
|
@@ -150,7 +150,7 @@ return array
|
|
'default' => '0',
|
|
'default' => '0',
|
|
'desc' => '实际金额',
|
|
'desc' => '实际金额',
|
|
'match' => 'option',
|
|
'match' => 'option',
|
|
- 'list' => 'Dever::number({cash}/1000, 2)',
|
|
|
|
|
|
+ 'list' => 'Dever::number({cash}/1000, 3)',
|
|
),
|
|
),
|
|
|
|
|
|
'hf_cash' => array
|
|
'hf_cash' => array
|
|
@@ -161,7 +161,7 @@ return array
|
|
'desc' => '划付金额',
|
|
'desc' => '划付金额',
|
|
'match' => 'option',
|
|
'match' => 'option',
|
|
//'update' => 'text',
|
|
//'update' => 'text',
|
|
- 'list' => 'Dever::number({hf_cash}/1000, 2)',
|
|
|
|
|
|
+ 'list' => 'Dever::number({hf_cash}/1000, 3)',
|
|
),
|
|
),
|
|
|
|
|
|
'fz_cash' => array
|
|
'fz_cash' => array
|
|
@@ -172,7 +172,7 @@ return array
|
|
'desc' => '分账金额',
|
|
'desc' => '分账金额',
|
|
'match' => 'option',
|
|
'match' => 'option',
|
|
//'update' => 'text',
|
|
//'update' => 'text',
|
|
- 'list' => 'Dever::number({fz_cash}/1000, 2)',
|
|
|
|
|
|
+ 'list' => 'Dever::number({fz_cash}/1000, 3)',
|
|
),
|
|
),
|
|
|
|
|
|
'fdate' => array
|
|
'fdate' => array
|