|
@@ -28,6 +28,7 @@ return array
|
|
|
'default' => '',
|
|
|
'desc' => '',
|
|
|
'match' => 'is_numeric',
|
|
|
+ 'list' => true,
|
|
|
),
|
|
|
|
|
|
'uid' => array
|
|
@@ -68,7 +69,7 @@ return array
|
|
|
'default' => '0',
|
|
|
'desc' => '可用数量',
|
|
|
'match' => 'option',
|
|
|
- 'update' => 'textarea',
|
|
|
+ 'update' => 'text',
|
|
|
'search' => 'order',
|
|
|
'list' => true,
|
|
|
),
|
|
@@ -80,7 +81,7 @@ return array
|
|
|
'default' => '0',
|
|
|
'desc' => '冻结数量',
|
|
|
'match' => 'option',
|
|
|
- 'update' => 'textarea',
|
|
|
+ 'update' => 'text',
|
|
|
'search' => 'order',
|
|
|
'list' => true,
|
|
|
),
|