4dcb3332 by renchao@pashanhoo.com

合同信息

1 parent 54bca6fd
1 <!-- 1 <!--
2 * @Description: 交易合同 2 * @Description: 交易合同
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2024-03-21 16:25:53 4 * @LastEditTime: 2024-03-21 16:36:22
5 --> 5 -->
6 <template> 6 <template>
7 <div class='jyht'> 7 <div class='jyht'>
...@@ -68,6 +68,10 @@ ...@@ -68,6 +68,10 @@
68 label: '证件种类' 68 label: '证件种类'
69 }, 69 },
70 { 70 {
71 prop: 'zjh',
72 label: '证件号码'
73 },
74 {
71 prop: 'dh', 75 prop: 'dh',
72 label: '联系电话' 76 label: '联系电话'
73 } 77 }
......