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.
		
		
		
		
		
			
		
			
				
					
					
						
							42 lines
						
					
					
						
							1.4 KiB
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							42 lines
						
					
					
						
							1.4 KiB
						
					
					
				
								<?php
							 | 
						|
								
							 | 
						|
								return [
							 | 
						|
								    'fields' => [
							 | 
						|
								        'id'                    => 'ID',
							 | 
						|
								        'name'                  => '名称',
							 | 
						|
								        'username'              => '用户名',
							 | 
						|
								        'email'                 => '邮箱',
							 | 
						|
								        'http_path'             => 'HTTP路径',
							 | 
						|
								        'password'              => '密码',
							 | 
						|
								        'password_confirmation' => '确认密码',
							 | 
						|
								        'created_at'            => '创建时间',
							 | 
						|
								        'updated_at'            => '更新时间',
							 | 
						|
								        'permissions'           => '权限',
							 | 
						|
								        'slug'                  => '标识',
							 | 
						|
								        'user'                  => '用户',
							 | 
						|
								        'order'                 => '排序',
							 | 
						|
								        'ip'                    => 'IP',
							 | 
						|
								        'method'                => '方法',
							 | 
						|
								        'uri'                   => 'URI',
							 | 
						|
								        'roles'                 => '角色',
							 | 
						|
								        'path'                  => '路径',
							 | 
						|
								        'input'                 => '输入',
							 | 
						|
								        'type'                  => '类型',
							 | 
						|
								    ],
							 | 
						|
								    'labels' => [
							 | 
						|
								        'list'     => '列表',
							 | 
						|
								        'edit'     => '编辑',
							 | 
						|
								        'detail'   => '详细',
							 | 
						|
								        'create'   => '创建',
							 | 
						|
								        'root'     => '顶级',
							 | 
						|
								        'scaffold' => '代码生成器',
							 | 
						|
										'finance_statistics'=> '财务统计',
							 | 
						|
										'demand_bidding'=> '我的竞标',
							 | 
						|
										'my_bidding_product' => '竞标产品库',
							 | 
						|
										'demand_product'=> '产品管理',
							 | 
						|
										'MyBiddingProduct' => '竞标产品库',
							 | 
						|
								    ],
							 | 
						|
								    'options' => [
							 | 
						|
								        //
							 | 
						|
								    ],
							 | 
						|
								];
							 |