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.
		
		
		
		
		
			
		
			
				
					
					
						
							36 lines
						
					
					
						
							940 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							36 lines
						
					
					
						
							940 B
						
					
					
				
								<?php
							 | 
						|
								return [
							 | 
						|
								    'labels' => [
							 | 
						|
								        'Product' => '云产品',
							 | 
						|
								        'product' => '云产品',
							 | 
						|
								    ],
							 | 
						|
								    'fields' => [
							 | 
						|
								    	'category_id' => '产品分类ID',
							 | 
						|
								        'content' => '产品详情',
							 | 
						|
								        'know' => '旅游须知',
							 | 
						|
								        'original_price' => '市场价',
							 | 
						|
								        'pictures' => '产品图片',
							 | 
						|
								        'picture' => '产品图片',
							 | 
						|
								        'price' => '销售价',
							 | 
						|
								        'cost_price' => '成本价',
							 | 
						|
								        'sale' => '销量',
							 | 
						|
								        'service_persons' => '单库存服务用户数',
							 | 
						|
								        'status' => '状态',
							 | 
						|
								        'stock' => '库存',
							 | 
						|
								        'supplier_id' => '供应商ID',
							 | 
						|
								        'title' => '标题',
							 | 
						|
								        'verify_mobile' => '核销手机号',
							 | 
						|
								        'spec' => '产品规格',
							 | 
						|
										'supplier' => trans('supplier.fields'),
							 | 
						|
								    ],
							 | 
						|
								    'options' => [
							 | 
						|
								    	'publish_type' => [
							 | 
						|
								    		0 => '旅游线路',
							 | 
						|
											1 => '酒店',
							 | 
						|
											2 => '景区',
							 | 
						|
											3 => '餐厅',
							 | 
						|
											4 => '车队',
							 | 
						|
											5 => '单项',
							 | 
						|
										],
							 | 
						|
								    ],
							 | 
						|
								];
							 |