Commit 69002fa8 authored by 786817560's avatar 786817560

'拉取dev'

parent 8dd653ce
<!--
* @Description: In User Settings Edit
* @Description: 合同详情
* @Author: your name
* @Date: 2019-09-25 15:38:21
* @LastEditTime: 2019-09-26 16:34:19
* @LastEditTime: 2019-09-27 10:54:43
* @LastEditors: Please set LastEditors
-->
<template>
......@@ -14,6 +14,8 @@
</div>
</h-header>
<Tab @getTabNum="getTabNum" />
<!-- 基本信息 -->
<h-content v-if="tabNum === 0">
<list-item :item-height="44" class="second-part">
<item>
......@@ -26,8 +28,13 @@
</item>
</list-item>
<div class="equipment-list" @click="judgeBp">承租人信息</div>
<!-- 法人信息 -->
<LegalPerson v-if="bp_flag"/>
<!-- 个人信息(自然人) -->
<Personal v-if="!bp_flag"/>
<div class="equipment-list">担保人信息</div>
<list-item :item-height="76">
<item>
......@@ -265,7 +272,7 @@ export default {
}
.right span {
float: right;
margin-right: 48px;
margin-right: 36px;
font-family: PingFangSC-Regular;
font-size: 14px;
color: rgba(56, 63, 69, 0.6);
......@@ -278,7 +285,7 @@ export default {
.right img {
position: absolute;
top: 30%;
left: 80%;
left: 88%;
width: 14px;
height: 16px;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment