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.
		
		
		
		
		
			
		
			
				
					
					
						
							28 lines
						
					
					
						
							731 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							28 lines
						
					
					
						
							731 B
						
					
					
				
								<?php
							 | 
						|
								return [
							 | 
						|
								    'labels' => [
							 | 
						|
								        'AgentProduct' => '产品',
							 | 
						|
								        'agent-product' => '产品',
							 | 
						|
								    ],
							 | 
						|
								    'fields' => [
							 | 
						|
								        'agent_id' => '代理商ID',
							 | 
						|
								        'product_id' => '供应商产品ID',
							 | 
						|
								        'price' => '现价',
							 | 
						|
								        'original_price' => '原价',
							 | 
						|
								        'sale' => '销量',
							 | 
						|
								        'stock' => '库存',
							 | 
						|
								        'channel_id' => '频道',
							 | 
						|
								        'category_id' => '分类',
							 | 
						|
								        'status' => '状态',
							 | 
						|
								        'verifier' => '核销人员',
							 | 
						|
								        'is_rec' => '是否推荐',
							 | 
						|
										'title' => '标题',
							 | 
						|
										'content' => '产品详情',
							 | 
						|
										'know' => '旅游须知',
							 | 
						|
										'pictures' => '产品图片',
							 | 
						|
										'picture' => '产品图片',
							 | 
						|
										'product' => trans('product.fields'),
							 | 
						|
								    ],
							 | 
						|
								    'options' => [
							 | 
						|
								    ],
							 | 
						|
								];
							 |