@@ -119,4 +119,15 @@ class School extends Controller
$this->_save($this->table, ['status' => '1']);
}
+
+ /**
+ * 详情
+ * @auth true
+ */
+ public function info()
+ {
+ $this->title = '编辑信息';
+ $this->_form($this->table);
+ }