|
|
@ -90,7 +90,7 @@
|
|
|
|
</a-spin>
|
|
|
|
</a-spin>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
<script lang="ts" setup>
|
|
|
|
<script lang="ts" setup>
|
|
|
|
import { ref, reactive, defineProps, onMounted, defineAsyncComponent } from 'vue'
|
|
|
|
import { ref, reactive, onMounted, defineAsyncComponent } from 'vue'
|
|
|
|
import { BasicForm, useForm } from '/@/components/Form/index'
|
|
|
|
import { BasicForm, useForm } from '/@/components/Form/index'
|
|
|
|
import { formSchema1, formSchema2, formSchema3, formSchema4, formSchema5 } from './columns'
|
|
|
|
import { formSchema1, formSchema2, formSchema3, formSchema4, formSchema5 } from './columns'
|
|
|
|
// 集装箱表格
|
|
|
|
// 集装箱表格
|
|
|
|