|  | @@ -10,6 +10,7 @@ import { useRoute } from "vue-router";
 | 
											
												
													
														|  |  import { getQuery } from "/src/utils/queryString";
 |  |  import { getQuery } from "/src/utils/queryString";
 | 
											
												
													
														|  |  import IntonationDown from "./imgs/down_icon.png"
 |  |  import IntonationDown from "./imgs/down_icon.png"
 | 
											
												
													
														|  |  import IntonationUp from "./imgs/up_icon.png"
 |  |  import IntonationUp from "./imgs/up_icon.png"
 | 
											
												
													
														|  | 
 |  | +import MultipleRestMeasures from "./multipleRestMeasures"
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  const selectData = reactive({
 |  |  const selectData = reactive({
 | 
											
												
													
														|  |  	notes: [] as any[],
 |  |  	notes: [] as any[],
 | 
											
										
											
												
													
														|  | @@ -330,9 +331,8 @@ export default defineComponent({
 | 
											
												
													
														|  |  										)}
 |  |  										)}
 | 
											
												
													
														|  |  										{!state.isReport &&
 |  |  										{!state.isReport &&
 | 
											
												
													
														|  |  											!!item.multipleRestMeasures &&
 |  |  											!!item.multipleRestMeasures &&
 | 
											
												
													
														|  | -											state.activeMeasureIndex == item.MeasureNumberXML && (
 |  | 
 | 
											
												
													
														|  | -												<div class={styles.dotWrap}>{item.multipleRestMeasures}</div>
 |  | 
 | 
											
												
													
														|  | -											)}
 |  | 
 | 
											
												
													
														|  | 
 |  | +											<MultipleRestMeasures item = {item}></MultipleRestMeasures>
 | 
											
												
													
														|  | 
 |  | +										}
 | 
											
												
													
														|  |  										<Transition
 |  |  										<Transition
 | 
											
												
													
														|  |  											name="centerTop"
 |  |  											name="centerTop"
 | 
											
												
													
														|  |  											onAfterEnter={() => {
 |  |  											onAfterEnter={() => {
 |