链街Dcat后台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
1.4 KiB

5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
  1. <?php
  2. return [
  3. 'labels' => [
  4. 'Store' => '店铺管理',
  5. 'store' => '店铺管理',
  6. ],
  7. 'fields' => [
  8. 'market_id' => '所属市场',
  9. 'market_name' => '所属市场',
  10. 'name' => '商家名称',
  11. 'address' => '商家地址',
  12. 'time' => '营业时间',
  13. 'time2' => '营业时间',
  14. 'time3' => '营业时间',
  15. 'time4' => '营业时间',
  16. 'tel' => '电话(座机)',
  17. 'announcement' => '公告',
  18. 'is_rest' => '是否休息',
  19. 'logo' => 'logo',
  20. 'logo_url' => 'logo',
  21. 'introduction' => '商家简介',
  22. 'coordinates' => '经纬度',
  23. 'business_license' => '营业资质',
  24. 'store_type_id' => '店铺所属分类',
  25. 'store_type_name' => '店铺分类',
  26. 'is_open' => '开启门店',
  27. 'sort' => '排序',
  28. 'user_id' => '提现用户',
  29. 'environment' => '商家环境',
  30. 'expire_time' => '到期时间',
  31. 'zm_img' => '身份证正面',
  32. 'fm_img' => '身份证反面',
  33. 'link_name' => '联系人姓名',
  34. 'link_tel' => '手机号码',
  35. 'admin_id' => '管理员',
  36. 'loudspeaker_imei' => '喇叭终端的机器码IMEI码',
  37. 'mm_user_id' => '所属市场经理',
  38. 'cash_code_img' => '商家收银码',
  39. 'store_applet_img' => '商家小程序码'
  40. ],
  41. 'options' => [
  42. ],
  43. ];