shish 4 лет назад
Родитель
Сommit
33cf66def0
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      app-ghs/controllers/SetMealController.php

+ 4 - 4
app-ghs/controllers/SetMealController.php

@@ -52,10 +52,10 @@ class SetMealController extends BaseController
 		$detail = SetMealService::getSetById($id);
 		$detail['introduce'] = '可以满足日常的经营、管理和营销需求。';
 		$function = [
-			['name' => '商城', 'has' => 1],
-			['name' => '开单功能', 'has' => 1],
-			['name' => '改价', 'has' => 1],
-			['name' => '自动调价', 'has' => 1],
+			['name' => '线上商城', 'has' => 1],
+			['name' => '销售开单', 'has' => 1],
+			['name' => '智能改价', 'has' => 1],
+            ['name' => '采购入库', 'has' => 1],
 			['name' => '欠款管理', 'has' => 1],
 			['name' => '门店管理', 'has' => 1],
             ['name' => '花材功能', 'has' => 1],