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.
18 lines
411 B
18 lines
411 B
<?php
|
|
return [
|
|
'labels' => [
|
|
'ImsCjdcStore' => '店铺',
|
|
'stores'=>'商户'
|
|
],
|
|
'fields' => [
|
|
'name' => '商家名称',
|
|
'tel' => '电话',
|
|
'is_rest' => '是否休息(1 是 2否)',
|
|
'img' => '商家图片',
|
|
'start_at' => '起送价',
|
|
'freight' => '配送费',
|
|
'award_money' => '奖励总额',
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|