Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-xcmg-vue-app
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xugong
hls-xcmg-vue-app
Commits
2d999662
Commit
2d999662
authored
Sep 27, 2019
by
786817560
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'ren' into develop
parents
4ce0a57e
69002fa8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
5 deletions
+12
-5
contract-details.vue
src/pages/distributorSign/contract-details.vue
+12
-5
No files found.
src/pages/distributorSign/contract-details.vue
View file @
2d999662
<!--
* @Description: In User Settings Edit
* @Author: your name
* @Description: 合同详情
* @Author: your name
* @Date: 2019-09-25 15:38:21
* @LastEditTime: 2019-09-2
6 16:34:19
* @LastEditTime: 2019-09-2
7 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:
48
px;
margin-right:
36
px;
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: 8
0
%;
left: 8
8
%;
width: 14px;
height: 16px;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment