@ -55,7 +55,7 @@
</template>
<script lang="ts" setup>
import { onMounted, ref, defineProps, watch } from 'vue'
import { ref, watch } from 'vue'
import { GetStat } from '../api'
const props = defineProps({
// 业务id
@ -66,7 +66,7 @@
import { onMounted, ref, watch } from 'vue'
id: {
@ -36,7 +36,7 @@
</div>
import { BasicTable, useTable } from '/@/components/Table'
import { useMessage } from '/@/hooks/web/useMessage'
import { columns } from '/@/views/operation/paidApply/detail/components/applyInfoColumns'
@ -105,7 +105,7 @@
<script setup lang="ts">
import { FormSchema } from '/@/components/Table'
import { ref, reactive, defineProps, computed, watch, unref } from 'vue'
import { ref, reactive, computed, watch, unref } from 'vue'
// 表单字段集合
content: {
@ -27,7 +27,7 @@
import { ref, defineProps, reactive } from 'vue'
import { ref, reactive } from 'vue'
import { useGo } from '/@/hooks/web/usePage'
import { SvgIcon } from '/@/components/Icon'
@ -62,7 +62,7 @@
import { onMounted, ref, defineProps, reactive } from 'vue'
import { onMounted, ref, reactive } from 'vue'
import { useRouter } from 'vue-router'
@ -57,7 +57,7 @@
@ -38,7 +38,7 @@
import { ref, onMounted, defineProps, watch } from 'vue'
import { ref, onMounted, watch } from 'vue'
type: String
@ -186,7 +186,7 @@
import { ref, reactive, defineProps, onMounted, defineAsyncComponent } from 'vue'
import { ref, reactive, onMounted, defineAsyncComponent } from 'vue'
import { Divider } from 'ant-design-vue'
import { BasicForm, useForm } from '/@/components/Form/index'
@ -52,7 +52,7 @@
import { ref, nextTick, defineProps, defineComponent, onMounted, watch } from 'vue'
import { ref, nextTick, defineComponent, onMounted, watch } from 'vue'
import { HotTable } from '@handsontable/vue3'
import { registerAllModules } from 'handsontable/registry'
import 'handsontable/dist/handsontable.full.min.css'
@ -90,7 +90,7 @@
</a-spin>
import { formSchema1, formSchema2, formSchema3, formSchema4, formSchema5 } from './columns'
// 集装箱表格