|
@@ -71,9 +71,9 @@ return array
|
|
|
'col' => 'mobile',
|
|
|
'result' => 'id',
|
|
|
),
|
|
|
- 'list_name' => '手机号',
|
|
|
- 'list' => 'Dever::load("agent/member-find#mobile", {mid})',
|
|
|
- 'list_order' => 4,
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
),
|
|
|
|
|
|
'agent-member-name'=> array
|
|
@@ -86,6 +86,8 @@ return array
|
|
|
'sync' => array('mid', 'id'),
|
|
|
'list' => true,
|
|
|
'search' => 'fulltext',
|
|
|
+ 'list_name' => '姓名<br />手机号<br />代理角色',
|
|
|
+ 'list' =>'Dever::load("agent/lib/member.getOne", {id})',
|
|
|
'list_order' => 3,
|
|
|
),
|
|
|
|
|
@@ -97,8 +99,8 @@ return array
|
|
|
'match' => 'option',
|
|
|
|
|
|
'sync' => array('mid', 'id'),
|
|
|
- 'list' => 'Dever::load("setting/role-find#name", "{agent-member-role}")',
|
|
|
- 'list_order' => 5,
|
|
|
+
|
|
|
+
|
|
|
),
|
|
|
|
|
|
'order_num' => array
|
|
@@ -111,6 +113,8 @@ return array
|
|
|
'update' => 'text',
|
|
|
'search' => 'fulltext',
|
|
|
'list' => true,
|
|
|
+ 'list_name' => '流水号<br />交易时间<br />发放时间',
|
|
|
+ 'list' => 'Dever::load("bill/lib/tixian.order_num#name",{id})',
|
|
|
'list_order' => 1,
|
|
|
),
|
|
|
|
|
@@ -123,6 +127,8 @@ return array
|
|
|
'match' => 'is_numeric',
|
|
|
'update' => 'text',
|
|
|
'list' => true,
|
|
|
+ 'list_name' => '提现金额<br />实际提现金额<br />提现后余额',
|
|
|
+ 'list' => 'Dever::load("bill/lib/tixian.order_num#money",{id})',
|
|
|
'list_order' => 6,
|
|
|
),
|
|
|
|
|
@@ -134,8 +140,8 @@ return array
|
|
|
'desc' => '提现金额',
|
|
|
'match' => 'is_numeric',
|
|
|
'update' => 'text',
|
|
|
- 'list' => true,
|
|
|
- 'list_order' => 7,
|
|
|
+
|
|
|
+
|
|
|
),
|
|
|
|
|
|
'yue' => array
|
|
@@ -146,8 +152,8 @@ return array
|
|
|
'desc' => '提现后余额',
|
|
|
'match' => 'is_numeric',
|
|
|
'update' => 'text',
|
|
|
- 'list' => true,
|
|
|
- 'list_order' => 8,
|
|
|
+
|
|
|
+
|
|
|
),
|
|
|
|
|
|
'cash_id' => array
|
|
@@ -243,8 +249,8 @@ return array
|
|
|
'default' => '',
|
|
|
'match' => 'is_numeric',
|
|
|
'desc' => '',
|
|
|
- 'list' => '"{operdate}" > 0 ? date("Y-m-d H:i", {operdate}) : "-"',
|
|
|
- 'list_order' => 11,
|
|
|
+
|
|
|
+
|
|
|
),
|
|
|
|
|
|
'state' => array
|
|
@@ -265,8 +271,8 @@ return array
|
|
|
|
|
|
|
|
|
'search' => 'date',
|
|
|
- 'list' => 'date("Y-m-d H:i", {cdate})',
|
|
|
- 'list_order' => 2,
|
|
|
+
|
|
|
+
|
|
|
),
|
|
|
),
|
|
|
|