|  | @@ -190,7 +190,13 @@ async function confirmUpload() {
 | 
	
		
			
				|  |  |      </el-card>
 | 
	
		
			
				|  |  |      <el-card shadow="hover" style="border: none">
 | 
	
		
			
				|  |  |        <div class="text-xl font-bold text-center font-sans subpixel-antialiased">导入预览</div>
 | 
	
		
			
				|  |  | -      <vxe-grid v-bind="gridOptions"></vxe-grid>
 | 
	
		
			
				|  |  | +      <vxe-grid v-bind="gridOptions">
 | 
	
		
			
				|  |  | +        <template #empty>
 | 
	
		
			
				|  |  | +        <span class="text-2xl" style="color: red;">
 | 
	
		
			
				|  |  | +          该页面用来导入从后台下载的Asin view或Brand view数据, 导入格式为csv格式!
 | 
	
		
			
				|  |  | +        </span>
 | 
	
		
			
				|  |  | +        </template>
 | 
	
		
			
				|  |  | +      </vxe-grid>
 | 
	
		
			
				|  |  |      </el-card>
 | 
	
		
			
				|  |  |    </div>
 | 
	
		
			
				|  |  |  </template>
 |