songxingwei 4 years ago
parent
commit
d0a52fbc51
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/admin/controller/School.php

+ 1 - 1
app/admin/controller/School.php

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