行政许可增删查
This commit is contained in:
		| @@ -9,6 +9,7 @@ | ||||
| <script> | ||||
| import List from "./components/List.vue"; | ||||
| import Add from "./components/Add.vue"; | ||||
| import Detail from "./components/Detail.vue"; | ||||
|  | ||||
| export default { | ||||
|   name: "AppRatepayingInfo", | ||||
| @@ -17,7 +18,7 @@ export default { | ||||
|     instance: Function, | ||||
|     dict: Object, | ||||
|   }, | ||||
|   components: {Add, List}, | ||||
|   components: {Add, List,Detail}, | ||||
|   data() { | ||||
|     return { | ||||
|       component: "List", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user