|
@@ -70,7 +70,7 @@ return array
|
|
|
'default' => '',
|
|
|
'desc' => '模板id',
|
|
|
'match' => 'is_string',
|
|
|
- 'update' => 'text',
|
|
|
+ //'update' => 'text',
|
|
|
//'list' => true,
|
|
|
),
|
|
|
|
|
@@ -81,7 +81,7 @@ return array
|
|
|
'default' => '',
|
|
|
'desc' => '模板内容',
|
|
|
'match' => 'option',
|
|
|
- 'update' => 'textarea',
|
|
|
+ //'update' => 'textarea',
|
|
|
'list' => true,
|
|
|
),
|
|
|
|
|
@@ -92,7 +92,7 @@ return array
|
|
|
'default' => '',
|
|
|
'desc' => '模板样例',
|
|
|
'match' => 'option',
|
|
|
- 'update' => 'textarea',
|
|
|
+ //'update' => 'textarea',
|
|
|
'list' => true,
|
|
|
'modal' => '点此查看',
|
|
|
),
|
|
@@ -123,7 +123,7 @@ return array
|
|
|
(
|
|
|
//'delete' => false,
|
|
|
'insert' => false,
|
|
|
- 'edit' => false,
|
|
|
+ //'edit' => false,
|
|
|
|
|
|
'button' => array
|
|
|
(
|