|
@@ -75,7 +75,7 @@ return array
|
|
|
'title' => array
|
|
|
(
|
|
|
'type' => 'varchar-80',
|
|
|
- 'name' => '发布窗口标题',
|
|
|
+ 'name' => '交流发布窗口标题',
|
|
|
'default' => '',
|
|
|
'desc' => '发布窗口标题',
|
|
|
'match' => 'option',
|
|
@@ -97,6 +97,26 @@ return array
|
|
|
'option' => $type,
|
|
|
),
|
|
|
|
|
|
+ 'seat_price' => array
|
|
|
+ (
|
|
|
+ 'type' => 'int-11',
|
|
|
+ 'name' => '座位单价',
|
|
|
+ 'default' => '1',
|
|
|
+ 'desc' => '座位单价',
|
|
|
+ 'match' => 'is_numeric',
|
|
|
+ 'update' => 'text',
|
|
|
+ ),
|
|
|
+
|
|
|
+ 'hall_num' => array
|
|
|
+ (
|
|
|
+ 'type' => 'int-11',
|
|
|
+ 'name' => '放映厅总数',
|
|
|
+ 'default' => '10',
|
|
|
+ 'desc' => '放映厅总数',
|
|
|
+ 'match' => 'is_numeric',
|
|
|
+ 'update' => 'text',
|
|
|
+ ),
|
|
|
+
|
|
|
'desc' => array
|
|
|
(
|
|
|
'type' => 'varchar-500',
|
|
@@ -104,7 +124,7 @@ return array
|
|
|
'default' => '',
|
|
|
'desc' => '摘要',
|
|
|
'match' => 'option',
|
|
|
- 'update' => 'textarea',
|
|
|
+
|
|
|
),
|
|
|
|
|
|
|