调整一下名字
This commit is contained in:
		| @@ -20,7 +20,7 @@ import Add from "./components/add"; | ||||
|  | ||||
| export default { | ||||
|   name: "AppGridBlock", | ||||
|   label: "网格区块", | ||||
|   label: "网格区块(saas)", | ||||
|  | ||||
|   props: { | ||||
|     instance: Function, | ||||
|   | ||||
| @@ -18,7 +18,7 @@ import List from "./components/list"; | ||||
|  | ||||
| export default { | ||||
|   name: "AppGridMap", | ||||
|   label: "网格地图", | ||||
|   label: "网格地图(saas)", | ||||
|  | ||||
|   props: { | ||||
|     instance: Function, | ||||
|   | ||||
| @@ -2,12 +2,12 @@ | ||||
|   <div class="AppGridMember"> | ||||
|     <keep-alive :include="['List']"> | ||||
|       <component | ||||
|         ref="component" | ||||
|         :is="component" | ||||
|         @change="onChange" | ||||
|         :params="params" | ||||
|         :instance="instance" | ||||
|         :dict="dict" | ||||
|           ref="component" | ||||
|           :is="component" | ||||
|           @change="onChange" | ||||
|           :params="params" | ||||
|           :instance="instance" | ||||
|           :dict="dict" | ||||
|       ></component> | ||||
|     </keep-alive> | ||||
|   </div> | ||||
| @@ -20,8 +20,7 @@ import Family from "./components/Family"; | ||||
|  | ||||
| export default { | ||||
|   name: "AppGridMember", | ||||
|   label: "网格管理员", | ||||
|  | ||||
|   label: "网格管理员(saas)", | ||||
|   props: { | ||||
|     instance: Function, | ||||
|     dict: Object, | ||||
| @@ -41,7 +40,8 @@ export default { | ||||
|     Family | ||||
|   }, | ||||
|  | ||||
|   mounted() {}, | ||||
|   mounted() { | ||||
|   }, | ||||
|  | ||||
|   methods: { | ||||
|     onChange(data) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user