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.
16 lines
357 B
16 lines
357 B
<?php
|
|
return [
|
|
'labels' => [
|
|
'LanzuCsInfo' => '社区站点',
|
|
'cs'=>'社区管理'
|
|
],
|
|
'fields' => [
|
|
'name' => '名称',
|
|
'phone' => '电话',
|
|
'address' => '地址',
|
|
'admin_user_id' => '系统登陆帐号',
|
|
'status' => '状态 0/1/2 未审核/已审核',
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|