|
@@ -57,7 +57,6 @@ return array
|
|
|
'default' => '',
|
|
|
'desc' => '请填写收件人',
|
|
|
'match' => 'is_numeric',
|
|
|
- 'search' => 'fulltext',
|
|
|
'update' => 'text',
|
|
|
'list' => true,
|
|
|
),
|
|
@@ -69,7 +68,6 @@ return array
|
|
|
'default' => '',
|
|
|
'desc' => '请填写发件人',
|
|
|
'match' => 'is_numeric',
|
|
|
- 'search' => 'fulltext',
|
|
|
'update' => 'text',
|
|
|
'list' => '{uid} > 0 ? {uid} : "系统"',
|
|
|
),
|