mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-05-10 11:15:00 +00:00
所有菜单的 name 都加上模块的前缀,避免冲突
This commit is contained in:
@@ -103,7 +103,7 @@
|
||||
<!-- 表单弹窗:添加/修改 -->
|
||||
<DeptForm ref="formRef" @success="getList" />
|
||||
</template>
|
||||
<script setup lang="ts" name="Dept">
|
||||
<script setup lang="ts" name="SystemDept">
|
||||
import { DICT_TYPE, getIntDictOptions } from '@/utils/dict'
|
||||
import { dateFormatter } from '@/utils/formatTime'
|
||||
import { handleTree } from '@/utils/tree'
|
||||
|
||||
Reference in New Issue
Block a user