|
|
|
@ -75,11 +75,6 @@
|
|
|
|
</XModal>
|
|
|
|
</XModal>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
<script setup lang="ts" name="${simpleClassName}">
|
|
|
|
<script setup lang="ts" name="${simpleClassName}">
|
|
|
|
// 全局相关的 import
|
|
|
|
|
|
|
|
import { ref, unref } from 'vue'
|
|
|
|
|
|
|
|
import { useI18n } from '@/hooks/web/useI18n'
|
|
|
|
|
|
|
|
import { useMessage } from '@/hooks/web/useMessage'
|
|
|
|
|
|
|
|
import { useXTable } from '@/hooks/web/useXTable'
|
|
|
|
|
|
|
|
import { FormExpose } from '@/components/Form'
|
|
|
|
import { FormExpose } from '@/components/Form'
|
|
|
|
// 业务相关的 import
|
|
|
|
// 业务相关的 import
|
|
|
|
import { rules, allSchemas } from './${classNameVar}.data'
|
|
|
|
import { rules, allSchemas } from './${classNameVar}.data'
|
|
|
|
|