mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-14 11:05:06 +08:00
perf: aotu imports
This commit is contained in:
@ -1,11 +1,9 @@
|
||||
<script setup lang="ts" name="Model">
|
||||
import { ref, unref } from 'vue'
|
||||
import dayjs from 'dayjs'
|
||||
import { ElTableColumn, ElTag, ElSwitch } from 'element-plus'
|
||||
import { DICT_TYPE } from '@/utils/dict'
|
||||
import { useTable } from '@/hooks/web/useTable'
|
||||
import { useI18n } from '@/hooks/web/useI18n'
|
||||
import { FormExpose } from '@/components/Form'
|
||||
import type { FormExpose } from '@/components/Form'
|
||||
import type { ModelVO } from '@/api/bpm/model/types'
|
||||
import { rules, allSchemas } from './model.data'
|
||||
import * as ModelApi from '@/api/bpm/model'
|
||||
|
Reference in New Issue
Block a user