jyht.vue
429 Bytes
<!--
* @Description: 交易合同
* @Autor: renchao
* @LastEditTime: 2024-03-21 14:15:27
-->
<template>
<div class='jyht'>
交易合同
</div>
</template>
<script>
export default {
props: {
formData: {
type: Object,
default: {}
}
},
components: {},
data () {
return {
}
}
}
</script>
<style scoped lang='scss'>
@import "~@/styles/public.scss";
</style>