+
+ 姓名
+ {{ currentRow.name || '-' }}
+
+
+ 联系电话
+ {{ currentRow.phone || '-' }}
+
+
+ 邮箱
+ {{ currentRow.email || '-' }}
+
+
+ 公司名称
+ {{ currentRow.company || '-' }}
+
+
+ 企业类型
+ {{ currentRow.enterprise_type_name || currentRow.custom_type_name || '-' }}
+
+
+ 咨询渠道
+ {{ currentRow.source || '-' }}
+
+
+ 提交时间
+ {{ currentRow.update_time || currentRow.create_at || '-' }}
+
+