@@ -126,7 +126,7 @@ class School extends Controller
*/
public function info()
{
- $this->title = '编辑信息';
+ $this->title = '详情';
$this->_form($this->table);
}