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
3157b349
Commit
3157b349
authored
Sep 27, 2019
by
786817560
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'拉取dev'
parent
2d999662
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
5 deletions
+16
-5
contract-details.vue
src/pages/distributorSign/contract-details.vue
+7
-1
legal-person.vue
src/pages/distributorSign/legal-person.vue
+6
-2
personal.vue
src/pages/distributorSign/personal.vue
+3
-2
No files found.
src/pages/distributorSign/contract-details.vue
View file @
3157b349
...
...
@@ -2,7 +2,7 @@
* @Description: 合同详情
* @Author: your name
* @Date: 2019-09-25 15:38:21
* @LastEditTime: 2019-09-27 1
0:54:43
* @LastEditTime: 2019-09-27 1
1:13:31
* @LastEditors: Please set LastEditors
-->
<
template
>
...
...
@@ -64,6 +64,8 @@
</div>
</item>
</list-item>
<!-- 联系人 -->
<div
class=
"bottom-call"
>
<div
class=
"left"
>
<img
src=
"@/assets/distributorSign/call.png"
alt=
""
>
...
...
@@ -320,6 +322,7 @@ export default {
font-size: 15px;
margin-left: 16px;
position: relative;
margin-top: -10px;
}
.equipment-list::before {
content: "";
...
...
@@ -330,6 +333,9 @@ export default {
position: absolute;
left: -15px;
top: 10px;
}
.equipment-list:nth-of-type(3) {
margin-top: 0
}
// .left {
// width: 60px;
...
...
src/pages/distributorSign/legal-person.vue
View file @
3157b349
<!--
* @Description:
In User Settings Edit
* @Description:
法人信息
* @Author: your name
* @Date: 2019-09-26 15:09:24
* @LastEditTime: 2019-09-2
6 16:06:50
* @LastEditTime: 2019-09-2
7 11:00:25
* @LastEditors: Please set LastEditors
-->
<
template
>
...
...
@@ -39,6 +39,8 @@
</item>
</list-item>
<div
class=
"equipment-list"
>
{{
text
}}
</div>
<!-- 授权人 -->
<list-item
v-show=
"auth_flag"
:item-height=
"44"
class=
"second-part"
>
<item>
<div
slot=
"name"
class=
"font-color"
>
姓名
</div>
...
...
@@ -58,6 +60,7 @@
</item>
</list-item>
<!-- 法定代表人 -->
<list-item
v-show=
"!auth_flag"
:item-height=
"44"
class=
"second-part"
>
<item>
<div
slot=
"name"
class=
"font-color"
>
姓名
</div>
...
...
@@ -123,6 +126,7 @@ export default {
font-size: 15px;
margin-left: 16px;
position: relative;
margin-top: -10px;
}
.equipment-list::before {
content: "";
...
...
src/pages/distributorSign/personal.vue
View file @
3157b349
<!--
* @Descrip""/>User Settings Edit
* @Descrip:个人信息
* @Author: your name
* @Date: 2019-09-26 15:47:45
* @LastEditTime: 2019-09-2
6 16:03:54
* @LastEditTime: 2019-09-2
7 11:08:48
* @LastEditors: Please set LastEditors
-->
<
template
>
...
...
@@ -89,6 +89,7 @@ export default {
font-size: 15px;
margin-left: 16px;
position: relative;
margin-top: -10px;
}
.equipment-list::before {
content: "";
...
...
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