|
@@ -6,9 +6,9 @@ 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 { ${simpleClassName}VO } from '@/api/${table.moduleName}/${simpleClassName}/types'
|
|
|
-import { rules, allSchemas } from './${simpleClassName}.data'
|
|
|
-import * as ${simpleClassName}Api from '@/api/${table.moduleName}/${simpleClassName}'
|
|
|
+import type { ${simpleClassName}VO } from '@/api/${table.moduleName}/${classNameVar}/types'
|
|
|
+import { rules, allSchemas } from './${classNameVar}.data'
|
|
|
+import * as ${simpleClassName}Api from '@/api/${table.moduleName}/${classNameVar}'
|
|
|
const { t } = useI18n() // 国际化
|
|
|
|
|
|
// ========== 列表相关 ==========
|