mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-05-10 11:34:59 +00: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