mirror of
				https://gitee.com/hhyykk/ipms-sjy-ui.git
				synced 2025-11-04 04:08:44 +08:00 
			
		
		
		
	所有菜单的 name 都加上模块的前缀,避免冲突
This commit is contained in:
		@@ -30,7 +30,7 @@
 | 
			
		||||
  <!-- 表单弹窗:添加/修改 -->
 | 
			
		||||
  <AreaForm ref="formRef" />
 | 
			
		||||
</template>
 | 
			
		||||
<script setup lang="tsx" name="Area">
 | 
			
		||||
<script setup lang="tsx" name="SystemArea">
 | 
			
		||||
import type { Column } from 'element-plus'
 | 
			
		||||
import AreaForm from './AreaForm.vue'
 | 
			
		||||
import * as AreaApi from '@/api/system/area'
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user