|  | @@ -170,7 +170,7 @@
 | 
	
		
			
				|  |  |                                    <a href="javascript:void(0);" id="bach-download" class="btn btn-sm btn-primary" type="curr">批量下载</a>
 | 
	
		
			
				|  |  |                                    <!--所有附件 翻页-->
 | 
	
		
			
				|  |  |                                    <span id="showPage" style="display: none"><a href="javascript:void(0);" class="page-select ml-3" content="pre"><i class="fa fa-chevron-left"></i></a> <span id="currentPage">1</span>/<span id="totalPage">10</span> <a href="javascript:void(0);" class="page-select mr-3" content="next"><i class="fa fa-chevron-right"></i></a></span>
 | 
	
		
			
				|  |  | -                                  <% if (!ctx.tender.isTourist) { %>
 | 
	
		
			
				|  |  | +                                  <% if (!ctx.tender.isTourist || (ctx.tender.isTourist && ctx.tender.touristPermission.file)) { %>
 | 
	
		
			
				|  |  |                                    <a href="#upload" data-toggle="modal" data-target="#upload"  class="btn btn-sm btn-outline-primary ml-3">上传</a>
 | 
	
		
			
				|  |  |                                    <% } %>
 | 
	
		
			
				|  |  |                                </li>
 | 
	
	
		
			
				|  | @@ -343,6 +343,6 @@
 | 
	
		
			
				|  |  |  <script>
 | 
	
		
			
				|  |  |      const accountList = JSON.parse('<%- JSON.stringify(accountList) %>');
 | 
	
		
			
				|  |  |      const accountGroup = JSON.parse('<%- JSON.stringify(accountGroup) %>');
 | 
	
		
			
				|  |  | -    
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |  </script>
 | 
	
		
			
				|  |  |  <% } %>
 |