shish 4 лет назад
Родитель
Сommit
50d5a0aa18
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      common/components/book.php

+ 1 - 1
common/components/book.php

@@ -13,7 +13,7 @@ class book
         ]],
         ['class' => '客户', 'icon' => '/book/customer.png', 'list' => [
             ['title' => '添加客户', 'page' => '/admin/book/addCustomer', 'id' => 'addCustomer'],
-            ['title' => '将客户分等级,不同人卖不同的价格', 'id' => 'customerLevel'],
+            ['title' => '将客户分等级,售价也分等级', 'id' => 'customerLevel'],
             ['title' => '客户欠款和结账', 'id' => 'customSettler'],
             ['title' => '不让同行看到价格', 'id' => 'sameManage'],
         ]],