Commit 69002fa8 authored by 786817560's avatar 786817560

'拉取dev'

parent 8dd653ce
<!-- <!--
* @Description: In User Settings Edit * @Description: 合同详情
* @Author: your name * @Author: your name
* @Date: 2019-09-25 15:38:21 * @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 * @LastEditors: Please set LastEditors
--> -->
<template> <template>
...@@ -14,6 +14,8 @@ ...@@ -14,6 +14,8 @@
</div> </div>
</h-header> </h-header>
<Tab @getTabNum="getTabNum" /> <Tab @getTabNum="getTabNum" />
<!-- 基本信息 -->
<h-content v-if="tabNum === 0"> <h-content v-if="tabNum === 0">
<list-item :item-height="44" class="second-part"> <list-item :item-height="44" class="second-part">
<item> <item>
...@@ -26,8 +28,13 @@ ...@@ -26,8 +28,13 @@
</item> </item>
</list-item> </list-item>
<div class="equipment-list" @click="judgeBp">承租人信息</div> <div class="equipment-list" @click="judgeBp">承租人信息</div>
<!-- 法人信息 -->
<LegalPerson v-if="bp_flag"/> <LegalPerson v-if="bp_flag"/>
<!-- 个人信息(自然人) -->
<Personal v-if="!bp_flag"/> <Personal v-if="!bp_flag"/>
<div class="equipment-list">担保人信息</div> <div class="equipment-list">担保人信息</div>
<list-item :item-height="76"> <list-item :item-height="76">
<item> <item>
...@@ -265,7 +272,7 @@ export default { ...@@ -265,7 +272,7 @@ export default {
} }
.right span { .right span {
float: right; float: right;
margin-right: 48px; margin-right: 36px;
font-family: PingFangSC-Regular; font-family: PingFangSC-Regular;
font-size: 14px; font-size: 14px;
color: rgba(56, 63, 69, 0.6); color: rgba(56, 63, 69, 0.6);
...@@ -278,7 +285,7 @@ export default { ...@@ -278,7 +285,7 @@ export default {
.right img { .right img {
position: absolute; position: absolute;
top: 30%; top: 30%;
left: 80%; left: 88%;
width: 14px; width: 14px;
height: 16px; 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