mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-04-25 20:18:37 +00:00
所有菜单的 name 都加上模块的前缀,避免冲突
This commit is contained in:
@@ -137,7 +137,7 @@
|
||||
<ErrorCodeForm ref="formRef" @success="getList" />
|
||||
</template>
|
||||
|
||||
<script setup lang="ts" name="ErrorCode">
|
||||
<script setup lang="ts" name="SystemErrorCode">
|
||||
import { DICT_TYPE, getIntDictOptions } from '@/utils/dict'
|
||||
import { dateFormatter } from '@/utils/formatTime'
|
||||
import download from '@/utils/download'
|
||||
|
||||
Reference in New Issue
Block a user