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.
45 lines
1.5 KiB
45 lines
1.5 KiB
<?php
|
|
return [
|
|
'labels' => [
|
|
'Store' => '店铺管理',
|
|
'store' => '店铺管理',
|
|
],
|
|
'fields' => [
|
|
'market_id' => '所属市场',
|
|
'market_name' => '所属市场',
|
|
'name' => '商家名称',
|
|
'address' => '商家地址',
|
|
'time1' => '营业时间',
|
|
'time2' => '营业时间',
|
|
'time3' => '营业时间',
|
|
'time4' => '营业时间',
|
|
'tel' => '电话(座机)',
|
|
'announcement' => '公告',
|
|
'is_rest' => '是否休息',
|
|
'is_rest_text' => '是否休息',
|
|
'logo' => 'logo',
|
|
'logo_url' => 'logo',
|
|
'introduction' => '商家简介',
|
|
'coordinates' => '经纬度',
|
|
'business_license' => '营业资质',
|
|
'category_id' => '店铺所属分类',
|
|
'category_name' => '店铺分类',
|
|
'is_open' => '禁用/启用',
|
|
'is_open_text' => '禁用/启用',
|
|
'sort' => '排序',
|
|
'user_id' => '提现用户',
|
|
'environment' => '商家环境',
|
|
'expire_time' => '到期时间',
|
|
'zm_img' => '身份证正面',
|
|
'fm_img' => '身份证反面',
|
|
'link_name' => '联系人姓名',
|
|
'link_tel' => '手机号码',
|
|
'admin_id' => '管理员',
|
|
'loudspeaker_imei' => '喇叭终端的机器码IMEI码',
|
|
'mm_user_id' => '所属市场经理',
|
|
'cash_code_img' => '商家收银码',
|
|
'store_applet_img' => '商家小程序码'
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|