|
@@ -93,13 +93,25 @@ return array
|
|
|
'place' => '150',
|
|
|
),
|
|
|
|
|
|
+ 'link' => array
|
|
|
+ (
|
|
|
+ 'type' => 'varchar-200',
|
|
|
+ 'name' => '链接-填写此项则直接跳转到该链接',
|
|
|
+ 'default' => '',
|
|
|
+ 'desc' => '请输入标题',
|
|
|
+ 'match' => 'is_string',
|
|
|
+ 'update' => 'text',
|
|
|
+ 'search' => 'fulltext',
|
|
|
+ 'list' => true,
|
|
|
+ ),
|
|
|
+
|
|
|
'top' => array
|
|
|
(
|
|
|
'type' => 'varchar-150',
|
|
|
'name' => '头图',
|
|
|
'default' => '',
|
|
|
'desc' => '请选择头图',
|
|
|
- 'match' => 'is_string',
|
|
|
+ 'match' => 'option',
|
|
|
'update' => 'image',
|
|
|
'key' => '1',
|
|
|
'place' => '150',
|
|
@@ -108,7 +120,7 @@ return array
|
|
|
'sdate' => array
|
|
|
(
|
|
|
'type' => 'int-11',
|
|
|
- 'name' => '开始时间',
|
|
|
+ 'name' => '开始时间-头部的正在进行的会议按照开始时间和结束时间判定',
|
|
|
'match' => 'is_numeric',
|
|
|
'desc' => '开始时间',
|
|
|
'update' => 'date',
|
|
@@ -133,7 +145,7 @@ return array
|
|
|
'name' => '内容',
|
|
|
'default' => '',
|
|
|
'desc' => '请输入内容',
|
|
|
- 'match' => 'is_string',
|
|
|
+ 'match' => 'option',
|
|
|
'update' => 'editor',
|
|
|
'key' => 1,
|
|
|
),
|