|
@@ -46,7 +46,7 @@ class Hotsearch extends Controller
|
|
|
->layTable();
|
|
|
}
|
|
|
|
|
|
- * 分类编辑
|
|
|
+ * 编辑
|
|
|
* @auth true
|
|
|
* @menu true
|
|
|
*/
|
|
@@ -54,7 +54,7 @@ class Hotsearch extends Controller
|
|
|
DataHotSearch::mForm('class_form');
|
|
|
}
|
|
|
|
|
|
- * 分类添加
|
|
|
+ * 添加
|
|
|
* @auth true
|
|
|
* @menu true
|
|
|
*/
|
|
@@ -62,7 +62,7 @@ class Hotsearch extends Controller
|
|
|
DataHotSearch::mForm('class_form');
|
|
|
}
|
|
|
|
|
|
- * 分类删除
|
|
|
+ * 删除
|
|
|
* @auth true
|
|
|
* @menu true
|
|
|
*/
|