优化前端组件名称定义.

This commit is contained in:
lijiahangmax
2024-03-07 23:00:34 +08:00
parent 13d883c223
commit 2fd069e1d5
56 changed files with 74 additions and 73 deletions

View File

@@ -24,13 +24,13 @@
</script>
<script lang="ts" setup>
import DictValueTable from './components/dict-value-table.vue';
import DictValueFormModal from './components/dict-value-form-modal.vue';
import HistoryValueModal from '@/components/meta/history/history-value-modal.vue';
import { ref, onUnmounted } from 'vue';
import { historyType } from './types/const';
import { useCacheStore } from '@/store';
import { rollbackDictValue } from '@/api/system/dict-value';
import DictValueTable from './components/dict-value-table.vue';
import DictValueFormModal from './components/dict-value-form-modal.vue';
import HistoryValueModal from '@/components/meta/history/modal/index.vue';
const table = ref();
const modal = ref();