|
@@ -72,13 +72,14 @@ $config = array
|
|
|
|
|
|
'cash' => array
|
|
|
(
|
|
|
- 'type' => 'varchar-100',
|
|
|
+ 'type' => 'float-11,2',
|
|
|
'name' => '确认订单额度',
|
|
|
'default' => '0',
|
|
|
'desc' => '确认订单额度',
|
|
|
- 'match' => 'is_string',
|
|
|
+ 'match' => 'is_numeric',
|
|
|
'search' => 'order',
|
|
|
- 'list' => 'round({cash}, 2)',
|
|
|
+ 'list' => true,
|
|
|
+
|
|
|
),
|
|
|
|
|
|
'daili_num' => array
|