rabin %!s(int64=3) %!d(string=hai) anos
pai
achega
24193d3b51
Modificáronse 2 ficheiros con 4 adicións e 0 borrados
  1. 2 0
      database/city.php
  2. 2 0
      database/town.php

+ 2 - 0
database/city.php

@@ -147,6 +147,8 @@ return array
 			'default' 	=> '1',
 			'desc' 		=> '请选择状态',
 			'match' 	=> 'is_numeric',
+			'list'		=> true,
+			'edit'		=> true,
 		),
 		
 		'state'		=> array

+ 2 - 0
database/town.php

@@ -174,6 +174,8 @@ return array
 			'default' 	=> '1',
 			'desc' 		=> '请选择状态',
 			'match' 	=> 'is_numeric',
+			'list'		=> true,
+			'edit'		=> true,
 		),
 		
 		'state'		=> array