dever 3 anni fa
parent
commit
d6c394d3c4
2 ha cambiato i file con 5 aggiunte e 4 eliminazioni
  1. 1 1
      app/shop/database/feedback.php
  2. 4 3
      app/shop/database/member.php

+ 1 - 1
app/shop/database/feedback.php

@@ -62,7 +62,7 @@ return array
 		'mobile'        => array
         (
             'type'      => 'varchar-300',
-            'name'      => '下单手机号',
+            'name'      => '手机号',
             'default'   => '',
             'desc'      => '手机号',
             'match'     => 'option',

+ 4 - 3
app/shop/database/member.php

@@ -3,9 +3,10 @@
 $role = array
 (
     1 => '管理员',
-    2 => '门店经理',
-    3 => '店员',
-    4 => '配送员',
+    2 => '销售收款',
+    3 => '库存盘点',
+    4 => '商品采购',
+    5 => '财务对账',
 );
 
 return array