Browse Source

服务商列表

master
lanzu_qsy 6 years ago
parent
commit
dd05a3126c
  1. 111
      app/Admin/Controllers/LanzuMpInfoController.php
  2. 16
      app/Admin/Repositories/LanzuMpInfo.php
  3. 2
      app/Admin/routes.php
  4. 14
      app/Models/LanzuMpInfo.php
  5. 2
      config/admin.php
  6. 152
      dcat_admin_ide_helper.php
  7. 20
      resources/lang/zh-CN/lanzu-mp-info.php

111
app/Admin/Controllers/LanzuMpInfoController.php

@ -0,0 +1,111 @@
<?php
namespace App\Admin\Controllers;
use App\Admin\Repositories\LanzuMpInfo;
use Dcat\Admin\Admin;
use Dcat\Admin\Form;
use Dcat\Admin\Grid;
use Dcat\Admin\Show;
use Dcat\Admin\Controllers\AdminController;
class LanzuMpInfoController extends AdminController
{
/**
* Make a grid builder.
*
* @return Grid
*/
protected function grid()
{
return Grid::make(new LanzuMpInfo(), function (Grid $grid) {
$grid->id->sortable();
$grid->name;
$grid->phone;
$grid->bank_name;
$grid->bank_card;
$grid->bank_addr;
$grid->id_frond;
$grid->id_back;
$grid->id_number;
$grid->admin_user_id;
$grid->column('status','状态');
$grid->created_at->display(function ($time) {
return date("Y-m-d H:i:s",$time);
});
$grid->filter(function (Grid\Filter $filter) {
$filter->equal('id');
});
$grid->filter(function (Grid\Filter $filter) {
$filter->like('name');
});
$grid->actions(function (Grid\Displayers\Actions $actions) {
// append一个操作
$actions->append('<a href=""><i class="fa fa-eye"></i>发货</a>');
// prepend一个操作
$actions->prepend('<a href=""><i class="fa fa-paper-plane"></i></a>');
});
});
}
/**
* Make a show builder.
*
* @param mixed $id
*
* @return Show
*/
protected function detail($id)
{
return Show::make($id, new LanzuMpInfo(), function (Show $show) {
$show->id;
$show->name;
$show->phone;
$show->bank_name;
$show->bank_card;
$show->bank_addr;
$show->id_frond;
$show->id_back;
$show->id_number;
$show->admin_user_id;
$show->status;
$show->created_at;
$show->updated_at;
});
}
/**
* Make a form builder.
*
* @return Form
*/
protected function form()
{
return Form::make(new LanzuMpInfo(), function (Form $form) {
$form->creating(function (Form $form){
echo 11222;die;
});
$form->display('id')->hideInDialog();
$form->text('name');
$form->text('phone');
$form->text('bank_name');
$form->text('bank_card');
$form->text('bank_addr');
$form->image('id_frond');
$form->image('id_back');
$form->text('id_number');
$form->text('admin_user_id');
$form->number('status');
$form->display('created_at');
$form->display('updated_at');
});
}
}

16
app/Admin/Repositories/LanzuMpInfo.php

@ -0,0 +1,16 @@
<?php
namespace App\Admin\Repositories;
use App\Models\LanzuMpInfo as Model;
use Dcat\Admin\Repositories\EloquentRepository;
class LanzuMpInfo extends EloquentRepository
{
/**
* Model.
*
* @var string
*/
protected $eloquentClass = Model::class;
}

2
app/Admin/routes.php

@ -14,5 +14,7 @@ Route::group([
$router->get('/', 'HomeController@index');
$router->resource('/speaker', 'LanzuServiceSpeakerController');
$router->resource('/mp', 'LanzuMpInfoController');
});

14
app/Models/LanzuMpInfo.php

@ -0,0 +1,14 @@
<?php
namespace App\Models;
use Dcat\Admin\Traits\HasDateTimeFormatter;
use Illuminate\Database\Eloquent\Model;
class LanzuMpInfo extends Model
{
use HasDateTimeFormatter;
protected $table = 'lanzu_mp_info';
protected $dateFormat = 'U';
}

2
config/admin.php

@ -314,7 +314,7 @@ return [
*/
'layout' => [
// indigo, blue, blue-light, blue-dark, green
'color' => 'green',
'color' => 'indigo',
'body_class' => '',

152
dcat_admin_ide_helper.php

@ -33,10 +33,23 @@ namespace Dcat\Admin {
* @property Grid\Column|Collection config
* @property Grid\Column|Collection require
* @property Grid\Column|Collection require_dev
* @property Grid\Column|Collection device_name
* @property Grid\Column|Collection store_id
* @property Grid\Column|Collection parent_id
* @property Grid\Column|Collection order
* @property Grid\Column|Collection icon
* @property Grid\Column|Collection uri
* @property Grid\Column|Collection user_id
* @property Grid\Column|Collection permission_id
* @property Grid\Column|Collection menu_id
* @property Grid\Column|Collection http_method
* @property Grid\Column|Collection http_path
* @property Grid\Column|Collection role_id
* @property Grid\Column|Collection password
* @property Grid\Column|Collection remember_token
* @property Grid\Column|Collection robot_nickname
* @property Grid\Column|Collection is_use
* @property Grid\Column|Collection nickname
* @property Grid\Column|Collection password
* @property Grid\Column|Collection salt
* @property Grid\Column|Collection email
* @property Grid\Column|Collection loginfailure
@ -61,7 +74,6 @@ namespace Dcat\Admin {
* @property Grid\Column|Collection first
* @property Grid\Column|Collection lng
* @property Grid\Column|Collection lat
* @property Grid\Column|Collection user_id
* @property Grid\Column|Collection imagewidth
* @property Grid\Column|Collection imageheight
* @property Grid\Column|Collection imagetype
@ -76,7 +88,6 @@ namespace Dcat\Admin {
* @property Grid\Column|Collection uid
* @property Grid\Column|Collection group_id
* @property Grid\Column|Collection type
* @property Grid\Column|Collection icon
* @property Grid\Column|Collection condition
* @property Grid\Column|Collection remark
* @property Grid\Column|Collection ismenu
@ -215,7 +226,6 @@ namespace Dcat\Admin {
* @property Grid\Column|Collection item
* @property Grid\Column|Collection area_name
* @property Grid\Column|Collection num
* @property Grid\Column|Collection store_id
* @property Grid\Column|Collection img
* @property Grid\Column|Collection stars
* @property Grid\Column|Collection time
@ -795,7 +805,6 @@ namespace Dcat\Admin {
* @property Grid\Column|Collection cooking_time
* @property Grid\Column|Collection collection_num
* @property Grid\Column|Collection delete_time
* @property Grid\Column|Collection menu_id
* @property Grid\Column|Collection ingredients_id
* @property Grid\Column|Collection mediaid
* @property Grid\Column|Collection clerk_id
@ -930,7 +939,6 @@ namespace Dcat\Admin {
* @property Grid\Column|Collection plugin_name
* @property Grid\Column|Collection module_name
* @property Grid\Column|Collection hqurl
* @property Grid\Column|Collection parent_id
* @property Grid\Column|Collection incontent
* @property Grid\Column|Collection modules
* @property Grid\Column|Collection required
@ -1020,6 +1028,7 @@ namespace Dcat\Admin {
* @property Grid\Column|Collection receive_time
* @property Grid\Column|Collection number_remain
* @property Grid\Column|Collection receive_type
* @property Grid\Column|Collection send_user_id
* @property Grid\Column|Collection one_receive_number
* @property Grid\Column|Collection user_receive_id
* @property Grid\Column|Collection system_coupon_id
@ -1129,6 +1138,13 @@ namespace Dcat\Admin {
* @property Grid\Column|Collection logo_url
* @property Grid\Column|Collection success
* @property Grid\Column|Collection error
* @property Grid\Column|Collection bank_name
* @property Grid\Column|Collection bank_card
* @property Grid\Column|Collection bank_addr
* @property Grid\Column|Collection id_frond
* @property Grid\Column|Collection id_back
* @property Grid\Column|Collection id_number
* @property Grid\Column|Collection admin_user_id
* @property Grid\Column|Collection c_attitude
* @property Grid\Column|Collection c_service
* @property Grid\Column|Collection c_quality
@ -1137,17 +1153,7 @@ namespace Dcat\Admin {
* @property Grid\Column|Collection user_created_at
* @property Grid\Column|Collection qr_url
* @property Grid\Column|Collection head_url
* @property Grid\Column|Collection device_name
* @property Grid\Column|Collection bind_time
* @property Grid\Column|Collection order
* @property Grid\Column|Collection uri
* @property Grid\Column|Collection permission_id
* @property Grid\Column|Collection http_method
* @property Grid\Column|Collection http_path
* @property Grid\Column|Collection role_id
* @property Grid\Column|Collection remember_token
* @property Grid\Column|Collection migration
* @property Grid\Column|Collection batch
* @property Grid\Column|Collection email_verified_at
*
* @method Grid\Column|Collection id(string $label = null)
@ -1172,10 +1178,23 @@ namespace Dcat\Admin {
* @method Grid\Column|Collection config(string $label = null)
* @method Grid\Column|Collection require(string $label = null)
* @method Grid\Column|Collection require_dev(string $label = null)
* @method Grid\Column|Collection device_name(string $label = null)
* @method Grid\Column|Collection store_id(string $label = null)
* @method Grid\Column|Collection parent_id(string $label = null)
* @method Grid\Column|Collection order(string $label = null)
* @method Grid\Column|Collection icon(string $label = null)
* @method Grid\Column|Collection uri(string $label = null)
* @method Grid\Column|Collection user_id(string $label = null)
* @method Grid\Column|Collection permission_id(string $label = null)
* @method Grid\Column|Collection menu_id(string $label = null)
* @method Grid\Column|Collection http_method(string $label = null)
* @method Grid\Column|Collection http_path(string $label = null)
* @method Grid\Column|Collection role_id(string $label = null)
* @method Grid\Column|Collection password(string $label = null)
* @method Grid\Column|Collection remember_token(string $label = null)
* @method Grid\Column|Collection robot_nickname(string $label = null)
* @method Grid\Column|Collection is_use(string $label = null)
* @method Grid\Column|Collection nickname(string $label = null)
* @method Grid\Column|Collection password(string $label = null)
* @method Grid\Column|Collection salt(string $label = null)
* @method Grid\Column|Collection email(string $label = null)
* @method Grid\Column|Collection loginfailure(string $label = null)
@ -1200,7 +1219,6 @@ namespace Dcat\Admin {
* @method Grid\Column|Collection first(string $label = null)
* @method Grid\Column|Collection lng(string $label = null)
* @method Grid\Column|Collection lat(string $label = null)
* @method Grid\Column|Collection user_id(string $label = null)
* @method Grid\Column|Collection imagewidth(string $label = null)
* @method Grid\Column|Collection imageheight(string $label = null)
* @method Grid\Column|Collection imagetype(string $label = null)
@ -1215,7 +1233,6 @@ namespace Dcat\Admin {
* @method Grid\Column|Collection uid(string $label = null)
* @method Grid\Column|Collection group_id(string $label = null)
* @method Grid\Column|Collection type(string $label = null)
* @method Grid\Column|Collection icon(string $label = null)
* @method Grid\Column|Collection condition(string $label = null)
* @method Grid\Column|Collection remark(string $label = null)
* @method Grid\Column|Collection ismenu(string $label = null)
@ -1354,7 +1371,6 @@ namespace Dcat\Admin {
* @method Grid\Column|Collection item(string $label = null)
* @method Grid\Column|Collection area_name(string $label = null)
* @method Grid\Column|Collection num(string $label = null)
* @method Grid\Column|Collection store_id(string $label = null)
* @method Grid\Column|Collection img(string $label = null)
* @method Grid\Column|Collection stars(string $label = null)
* @method Grid\Column|Collection time(string $label = null)
@ -1934,7 +1950,6 @@ namespace Dcat\Admin {
* @method Grid\Column|Collection cooking_time(string $label = null)
* @method Grid\Column|Collection collection_num(string $label = null)
* @method Grid\Column|Collection delete_time(string $label = null)
* @method Grid\Column|Collection menu_id(string $label = null)
* @method Grid\Column|Collection ingredients_id(string $label = null)
* @method Grid\Column|Collection mediaid(string $label = null)
* @method Grid\Column|Collection clerk_id(string $label = null)
@ -2069,7 +2084,6 @@ namespace Dcat\Admin {
* @method Grid\Column|Collection plugin_name(string $label = null)
* @method Grid\Column|Collection module_name(string $label = null)
* @method Grid\Column|Collection hqurl(string $label = null)
* @method Grid\Column|Collection parent_id(string $label = null)
* @method Grid\Column|Collection incontent(string $label = null)
* @method Grid\Column|Collection modules(string $label = null)
* @method Grid\Column|Collection required(string $label = null)
@ -2159,6 +2173,7 @@ namespace Dcat\Admin {
* @method Grid\Column|Collection receive_time(string $label = null)
* @method Grid\Column|Collection number_remain(string $label = null)
* @method Grid\Column|Collection receive_type(string $label = null)
* @method Grid\Column|Collection send_user_id(string $label = null)
* @method Grid\Column|Collection one_receive_number(string $label = null)
* @method Grid\Column|Collection user_receive_id(string $label = null)
* @method Grid\Column|Collection system_coupon_id(string $label = null)
@ -2268,6 +2283,13 @@ namespace Dcat\Admin {
* @method Grid\Column|Collection logo_url(string $label = null)
* @method Grid\Column|Collection success(string $label = null)
* @method Grid\Column|Collection error(string $label = null)
* @method Grid\Column|Collection bank_name(string $label = null)
* @method Grid\Column|Collection bank_card(string $label = null)
* @method Grid\Column|Collection bank_addr(string $label = null)
* @method Grid\Column|Collection id_frond(string $label = null)
* @method Grid\Column|Collection id_back(string $label = null)
* @method Grid\Column|Collection id_number(string $label = null)
* @method Grid\Column|Collection admin_user_id(string $label = null)
* @method Grid\Column|Collection c_attitude(string $label = null)
* @method Grid\Column|Collection c_service(string $label = null)
* @method Grid\Column|Collection c_quality(string $label = null)
@ -2276,17 +2298,7 @@ namespace Dcat\Admin {
* @method Grid\Column|Collection user_created_at(string $label = null)
* @method Grid\Column|Collection qr_url(string $label = null)
* @method Grid\Column|Collection head_url(string $label = null)
* @method Grid\Column|Collection device_name(string $label = null)
* @method Grid\Column|Collection bind_time(string $label = null)
* @method Grid\Column|Collection order(string $label = null)
* @method Grid\Column|Collection uri(string $label = null)
* @method Grid\Column|Collection permission_id(string $label = null)
* @method Grid\Column|Collection http_method(string $label = null)
* @method Grid\Column|Collection http_path(string $label = null)
* @method Grid\Column|Collection role_id(string $label = null)
* @method Grid\Column|Collection remember_token(string $label = null)
* @method Grid\Column|Collection migration(string $label = null)
* @method Grid\Column|Collection batch(string $label = null)
* @method Grid\Column|Collection email_verified_at(string $label = null)
*/
class Grid {}
@ -2316,10 +2328,23 @@ namespace Dcat\Admin {
* @property Show\Field|Collection config
* @property Show\Field|Collection require
* @property Show\Field|Collection require_dev
* @property Show\Field|Collection device_name
* @property Show\Field|Collection store_id
* @property Show\Field|Collection parent_id
* @property Show\Field|Collection order
* @property Show\Field|Collection icon
* @property Show\Field|Collection uri
* @property Show\Field|Collection user_id
* @property Show\Field|Collection permission_id
* @property Show\Field|Collection menu_id
* @property Show\Field|Collection http_method
* @property Show\Field|Collection http_path
* @property Show\Field|Collection role_id
* @property Show\Field|Collection password
* @property Show\Field|Collection remember_token
* @property Show\Field|Collection robot_nickname
* @property Show\Field|Collection is_use
* @property Show\Field|Collection nickname
* @property Show\Field|Collection password
* @property Show\Field|Collection salt
* @property Show\Field|Collection email
* @property Show\Field|Collection loginfailure
@ -2344,7 +2369,6 @@ namespace Dcat\Admin {
* @property Show\Field|Collection first
* @property Show\Field|Collection lng
* @property Show\Field|Collection lat
* @property Show\Field|Collection user_id
* @property Show\Field|Collection imagewidth
* @property Show\Field|Collection imageheight
* @property Show\Field|Collection imagetype
@ -2359,7 +2383,6 @@ namespace Dcat\Admin {
* @property Show\Field|Collection uid
* @property Show\Field|Collection group_id
* @property Show\Field|Collection type
* @property Show\Field|Collection icon
* @property Show\Field|Collection condition
* @property Show\Field|Collection remark
* @property Show\Field|Collection ismenu
@ -2498,7 +2521,6 @@ namespace Dcat\Admin {
* @property Show\Field|Collection item
* @property Show\Field|Collection area_name
* @property Show\Field|Collection num
* @property Show\Field|Collection store_id
* @property Show\Field|Collection img
* @property Show\Field|Collection stars
* @property Show\Field|Collection time
@ -3078,7 +3100,6 @@ namespace Dcat\Admin {
* @property Show\Field|Collection cooking_time
* @property Show\Field|Collection collection_num
* @property Show\Field|Collection delete_time
* @property Show\Field|Collection menu_id
* @property Show\Field|Collection ingredients_id
* @property Show\Field|Collection mediaid
* @property Show\Field|Collection clerk_id
@ -3213,7 +3234,6 @@ namespace Dcat\Admin {
* @property Show\Field|Collection plugin_name
* @property Show\Field|Collection module_name
* @property Show\Field|Collection hqurl
* @property Show\Field|Collection parent_id
* @property Show\Field|Collection incontent
* @property Show\Field|Collection modules
* @property Show\Field|Collection required
@ -3303,6 +3323,7 @@ namespace Dcat\Admin {
* @property Show\Field|Collection receive_time
* @property Show\Field|Collection number_remain
* @property Show\Field|Collection receive_type
* @property Show\Field|Collection send_user_id
* @property Show\Field|Collection one_receive_number
* @property Show\Field|Collection user_receive_id
* @property Show\Field|Collection system_coupon_id
@ -3412,6 +3433,13 @@ namespace Dcat\Admin {
* @property Show\Field|Collection logo_url
* @property Show\Field|Collection success
* @property Show\Field|Collection error
* @property Show\Field|Collection bank_name
* @property Show\Field|Collection bank_card
* @property Show\Field|Collection bank_addr
* @property Show\Field|Collection id_frond
* @property Show\Field|Collection id_back
* @property Show\Field|Collection id_number
* @property Show\Field|Collection admin_user_id
* @property Show\Field|Collection c_attitude
* @property Show\Field|Collection c_service
* @property Show\Field|Collection c_quality
@ -3420,17 +3448,7 @@ namespace Dcat\Admin {
* @property Show\Field|Collection user_created_at
* @property Show\Field|Collection qr_url
* @property Show\Field|Collection head_url
* @property Show\Field|Collection device_name
* @property Show\Field|Collection bind_time
* @property Show\Field|Collection order
* @property Show\Field|Collection uri
* @property Show\Field|Collection permission_id
* @property Show\Field|Collection http_method
* @property Show\Field|Collection http_path
* @property Show\Field|Collection role_id
* @property Show\Field|Collection remember_token
* @property Show\Field|Collection migration
* @property Show\Field|Collection batch
* @property Show\Field|Collection email_verified_at
*
* @method Show\Field|Collection id(string $label = null)
@ -3455,10 +3473,23 @@ namespace Dcat\Admin {
* @method Show\Field|Collection config(string $label = null)
* @method Show\Field|Collection require(string $label = null)
* @method Show\Field|Collection require_dev(string $label = null)
* @method Show\Field|Collection device_name(string $label = null)
* @method Show\Field|Collection store_id(string $label = null)
* @method Show\Field|Collection parent_id(string $label = null)
* @method Show\Field|Collection order(string $label = null)
* @method Show\Field|Collection icon(string $label = null)
* @method Show\Field|Collection uri(string $label = null)
* @method Show\Field|Collection user_id(string $label = null)
* @method Show\Field|Collection permission_id(string $label = null)
* @method Show\Field|Collection menu_id(string $label = null)
* @method Show\Field|Collection http_method(string $label = null)
* @method Show\Field|Collection http_path(string $label = null)
* @method Show\Field|Collection role_id(string $label = null)
* @method Show\Field|Collection password(string $label = null)
* @method Show\Field|Collection remember_token(string $label = null)
* @method Show\Field|Collection robot_nickname(string $label = null)
* @method Show\Field|Collection is_use(string $label = null)
* @method Show\Field|Collection nickname(string $label = null)
* @method Show\Field|Collection password(string $label = null)
* @method Show\Field|Collection salt(string $label = null)
* @method Show\Field|Collection email(string $label = null)
* @method Show\Field|Collection loginfailure(string $label = null)
@ -3483,7 +3514,6 @@ namespace Dcat\Admin {
* @method Show\Field|Collection first(string $label = null)
* @method Show\Field|Collection lng(string $label = null)
* @method Show\Field|Collection lat(string $label = null)
* @method Show\Field|Collection user_id(string $label = null)
* @method Show\Field|Collection imagewidth(string $label = null)
* @method Show\Field|Collection imageheight(string $label = null)
* @method Show\Field|Collection imagetype(string $label = null)
@ -3498,7 +3528,6 @@ namespace Dcat\Admin {
* @method Show\Field|Collection uid(string $label = null)
* @method Show\Field|Collection group_id(string $label = null)
* @method Show\Field|Collection type(string $label = null)
* @method Show\Field|Collection icon(string $label = null)
* @method Show\Field|Collection condition(string $label = null)
* @method Show\Field|Collection remark(string $label = null)
* @method Show\Field|Collection ismenu(string $label = null)
@ -3637,7 +3666,6 @@ namespace Dcat\Admin {
* @method Show\Field|Collection item(string $label = null)
* @method Show\Field|Collection area_name(string $label = null)
* @method Show\Field|Collection num(string $label = null)
* @method Show\Field|Collection store_id(string $label = null)
* @method Show\Field|Collection img(string $label = null)
* @method Show\Field|Collection stars(string $label = null)
* @method Show\Field|Collection time(string $label = null)
@ -4217,7 +4245,6 @@ namespace Dcat\Admin {
* @method Show\Field|Collection cooking_time(string $label = null)
* @method Show\Field|Collection collection_num(string $label = null)
* @method Show\Field|Collection delete_time(string $label = null)
* @method Show\Field|Collection menu_id(string $label = null)
* @method Show\Field|Collection ingredients_id(string $label = null)
* @method Show\Field|Collection mediaid(string $label = null)
* @method Show\Field|Collection clerk_id(string $label = null)
@ -4352,7 +4379,6 @@ namespace Dcat\Admin {
* @method Show\Field|Collection plugin_name(string $label = null)
* @method Show\Field|Collection module_name(string $label = null)
* @method Show\Field|Collection hqurl(string $label = null)
* @method Show\Field|Collection parent_id(string $label = null)
* @method Show\Field|Collection incontent(string $label = null)
* @method Show\Field|Collection modules(string $label = null)
* @method Show\Field|Collection required(string $label = null)
@ -4442,6 +4468,7 @@ namespace Dcat\Admin {
* @method Show\Field|Collection receive_time(string $label = null)
* @method Show\Field|Collection number_remain(string $label = null)
* @method Show\Field|Collection receive_type(string $label = null)
* @method Show\Field|Collection send_user_id(string $label = null)
* @method Show\Field|Collection one_receive_number(string $label = null)
* @method Show\Field|Collection user_receive_id(string $label = null)
* @method Show\Field|Collection system_coupon_id(string $label = null)
@ -4551,6 +4578,13 @@ namespace Dcat\Admin {
* @method Show\Field|Collection logo_url(string $label = null)
* @method Show\Field|Collection success(string $label = null)
* @method Show\Field|Collection error(string $label = null)
* @method Show\Field|Collection bank_name(string $label = null)
* @method Show\Field|Collection bank_card(string $label = null)
* @method Show\Field|Collection bank_addr(string $label = null)
* @method Show\Field|Collection id_frond(string $label = null)
* @method Show\Field|Collection id_back(string $label = null)
* @method Show\Field|Collection id_number(string $label = null)
* @method Show\Field|Collection admin_user_id(string $label = null)
* @method Show\Field|Collection c_attitude(string $label = null)
* @method Show\Field|Collection c_service(string $label = null)
* @method Show\Field|Collection c_quality(string $label = null)
@ -4559,17 +4593,7 @@ namespace Dcat\Admin {
* @method Show\Field|Collection user_created_at(string $label = null)
* @method Show\Field|Collection qr_url(string $label = null)
* @method Show\Field|Collection head_url(string $label = null)
* @method Show\Field|Collection device_name(string $label = null)
* @method Show\Field|Collection bind_time(string $label = null)
* @method Show\Field|Collection order(string $label = null)
* @method Show\Field|Collection uri(string $label = null)
* @method Show\Field|Collection permission_id(string $label = null)
* @method Show\Field|Collection http_method(string $label = null)
* @method Show\Field|Collection http_path(string $label = null)
* @method Show\Field|Collection role_id(string $label = null)
* @method Show\Field|Collection remember_token(string $label = null)
* @method Show\Field|Collection migration(string $label = null)
* @method Show\Field|Collection batch(string $label = null)
* @method Show\Field|Collection email_verified_at(string $label = null)
*/
class Show {}

20
resources/lang/zh-CN/lanzu-mp-info.php

@ -0,0 +1,20 @@
<?php
return [
'labels' => [
'LanzuMpInfo' => 'LanzuMpInfo',
],
'fields' => [
'name' => '名称',
'phone' => '电话',
'bank_name' => '开户行',
'bank_card' => '银行卡号',
'bank_addr' => '开户行地址',
'id_frond' => '身份证正面',
'id_back' => '身份证反面',
'id_number' => '身份证号',
'admin_user_id' => '系统登陆帐号',
'status' => '状态 0/1/2 未审核/已审核',
],
'options' => [
],
];
Loading…
Cancel
Save