|
@@ -216,7 +216,7 @@ return array
|
|
|
'match' => 'is_numeric',
|
|
|
'option' => $is_idcard,
|
|
|
'search' => 'select,order',
|
|
|
- 'order' => 'asc',
|
|
|
+
|
|
|
|
|
|
'list' => $search_auth == 1 ? 'Dever::load("option/lib/account.getIdcard", {id})' : false,
|
|
|
'list_order' => 3,
|
|
@@ -319,6 +319,16 @@ return array
|
|
|
'desc' => '审核时间',
|
|
|
),
|
|
|
|
|
|
+ 'up_date' => array
|
|
|
+ (
|
|
|
+ 'type' => 'int-11',
|
|
|
+ 'name' => '上传资料的时间',
|
|
|
+ 'default' => '',
|
|
|
+ 'match' => 'is_numeric',
|
|
|
+ 'order' => 'desc',
|
|
|
+ 'desc' => '上传资料的时间',
|
|
|
+ ),
|
|
|
+
|
|
|
'option-agreement-status'=> array
|
|
|
(
|
|
|
'name' => '名称',
|