dever 6 years ago
parent
commit
76deab7e09
1 changed files with 4 additions and 4 deletions
  1. 4 4
      database/msg.php

+ 4 - 4
database/msg.php

@@ -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
 		(