|  | @@ -12,7 +12,7 @@
 | 
	
		
			
				|  |  |          <div class="tag">
 | 
	
		
			
				|  |  |            <div v-for="(item,index) in pathList"
 | 
	
		
			
				|  |  |                 :style="currentPagePosition(item.path)"
 | 
	
		
			
				|  |  | -               @click="item.func? item.func(index) :  handleClick(item.path,item.disable)">
 | 
	
		
			
				|  |  | +               @click="item.func? item.func(index) : handleClick(item.path,item.disable)">
 | 
	
		
			
				|  |  |                <span>
 | 
	
		
			
				|  |  |                  {{ item.title }}
 | 
	
		
			
				|  |  |                </span>
 | 
	
	
		
			
				|  | @@ -106,7 +106,6 @@ let pathList = $ref([
 | 
	
		
			
				|  |  |          })
 | 
	
		
			
				|  |  |          window.open(routeData.href, '_blank');
 | 
	
		
			
				|  |  |        }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |    },
 | 
	
		
			
				|  |  |    {
 | 
	
	
		
			
				|  | @@ -116,6 +115,12 @@ let pathList = $ref([
 | 
	
		
			
				|  |  |          window.open(res)
 | 
	
		
			
				|  |  |        })
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  | +  },
 | 
	
		
			
				|  |  | +  {
 | 
	
		
			
				|  |  | +    title: '病历模板', func: () => {
 | 
	
		
			
				|  |  | +      window.open('http://webhis.thyy.cn:9281/', '_blank')
 | 
	
		
			
				|  |  | +    },
 | 
	
		
			
				|  |  | +    disable: true
 | 
	
		
			
				|  |  |    }
 | 
	
		
			
				|  |  |  ])
 | 
	
		
			
				|  |  |  
 |