随手拍换名字
This commit is contained in:
		| @@ -1,6 +1,6 @@ | ||||
| <template> | ||||
|   <section class="AppReportAtWill"> | ||||
|     <component ref="component" :is="currentPage" @change="onChange" :params="params" :instance="instance" :dict="dict"/> | ||||
|     <component ref="component" :is="currentPage" @change="onChange" :params="params" :instance="instance" :dict="dict" :menuName="menuName" /> | ||||
|   </section> | ||||
| </template> | ||||
|  | ||||
| @@ -15,7 +15,8 @@ export default { | ||||
|  | ||||
|   props: { | ||||
|     instance: Function, | ||||
|     dict: Object | ||||
|     dict: Object, | ||||
|     menuName: {default: '随手拍'} | ||||
|   }, | ||||
|  | ||||
|   data() { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user