|
@@ -77,6 +77,9 @@ return array
|
|
|
'list_name' => '权益名称',
|
|
|
|
|
|
|
|
|
+ 'list_name' => '平均单件价值',
|
|
|
+ 'list' => 'round({cash}/{total_num}, 2)',
|
|
|
+ 'list_order' => 9,
|
|
|
),
|
|
|
|
|
|
'sku_id' => array
|
|
@@ -149,7 +152,7 @@ return array
|
|
|
'match' => 'is_numeric',
|
|
|
'update' => 'text',
|
|
|
'list' => true,
|
|
|
- 'list_order' => 9,
|
|
|
+ 'list_order' => 10,
|
|
|
),
|
|
|
|
|
|
'w_cash' => array
|
|
@@ -161,7 +164,7 @@ return array
|
|
|
'match' => 'is_numeric',
|
|
|
'update' => 'text',
|
|
|
'list' => true,
|
|
|
- 'list_order' => 10,
|
|
|
+ 'list_order' => 11,
|
|
|
),
|
|
|
|
|
|
'y_cash' => array
|
|
@@ -173,7 +176,7 @@ return array
|
|
|
'match' => 'is_numeric',
|
|
|
'update' => 'text',
|
|
|
'list' => true,
|
|
|
- 'list_order' => 11,
|
|
|
+ 'list_order' => 12,
|
|
|
),
|
|
|
|
|
|
'state' => array
|