ui库和web端产品库合并版本(还需修复细节)
This commit is contained in:
		| @@ -163,7 +163,7 @@ | ||||
|  | ||||
| <script> | ||||
| import {mapState} from 'vuex' | ||||
| import {ID} from "dvcp-ui/lib/js/utils"; | ||||
| import {ID} from "dui/lib/js/utils"; | ||||
|  | ||||
| export default { | ||||
|   name: 'Add', | ||||
|   | ||||
							
								
								
									
										26
									
								
								packages/extra/AppModConfig/AppModConfig.vue
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										26
									
								
								packages/extra/AppModConfig/AppModConfig.vue
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,26 @@ | ||||
| <template> | ||||
|   <section class="AppModConfig"> | ||||
|   </section> | ||||
| </template> | ||||
|  | ||||
| <script> | ||||
|  | ||||
| export default { | ||||
|   name: "AppModConfig", | ||||
|   label: "应用定制配置", | ||||
|   props: { | ||||
|     instance: Function, | ||||
|     dict: Object, | ||||
|     permissions: Function | ||||
|   }, | ||||
|   created() { | ||||
|     this.dict.load('yesOrNo') | ||||
|   } | ||||
| } | ||||
| </script> | ||||
|  | ||||
| <style lang="scss" scoped> | ||||
| .AppModConfig { | ||||
|   height: 100%; | ||||
| } | ||||
| </style> | ||||
		Reference in New Issue
	
	Block a user