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
ac8bf765
Commit
ac8bf765
authored
Jun 05, 2023
by
jiacheng.mao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
我的合同界面,[融租方案创建,融租方案确认,合同签订]按钮权限调整
parent
5154d54c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
my-contract.vue
src/pages/contractCreate/my-contract.vue
+3
-3
No files found.
src/pages/contractCreate/my-contract.vue
View file @
ac8bf765
...
@@ -14,16 +14,16 @@
...
@@ -14,16 +14,16 @@
</div>
</div>
</h-header>
</h-header>
<h-content
class=
"my-contractlist"
>
<h-content
class=
"my-contractlist"
>
<div
v-if=
"
user_bp_type == 'MANAGER'
"
class=
"contract-item"
@
click=
"goCreate()"
>
<div
v-if=
"
['AGENT', 'OFFICE'].includes(user_bp_type)
"
class=
"contract-item"
@
click=
"goCreate()"
>
<img
src=
"@/assets/myInfo/contractCreate.png"
>
<img
src=
"@/assets/myInfo/contractCreate.png"
>
<span>
融租方案创建
</span>
<span>
融租方案创建
</span>
</div>
</div>
<div
v-if=
"
user_bp_type == 'TENANT'
"
class=
"contract-item"
@
click=
"goSign()"
>
<div
v-if=
"
['TENANT', 'GUTA'].includes(user_bp_type)
"
class=
"contract-item"
@
click=
"goSign()"
>
<p
v-if=
"signCount > 0"
:class=
"
{'content-wrap-class-width':signCount > 99, 'content-wrap-class':signCount
<
99
}"
>
{{
signCount
>
99
?
'99+'
:
signCount
}}
</p>
<p
v-if=
"signCount > 0"
:class=
"
{'content-wrap-class-width':signCount > 99, 'content-wrap-class':signCount
<
99
}"
>
{{
signCount
>
99
?
'99+'
:
signCount
}}
</p>
<img
src=
"@/assets/myInfo/unSign.png"
>
<img
src=
"@/assets/myInfo/unSign.png"
>
<span>
融租方案确认
</span>
<span>
融租方案确认
</span>
</div>
</div>
<div
v-if=
"
user_bp_type == 'TENANT'
"
class=
"contract-item"
@
click=
"goCarConfirm()"
>
<div
v-if=
"
['TENANT', 'GUTA'].includes(user_bp_type)
"
class=
"contract-item"
@
click=
"goCarConfirm()"
>
<p
v-if=
"carCount > 0"
:class=
"
{'content-wrap-class-width':carCount > 99, 'content-wrap-class':carCount
<
99
}"
>
{{
carCount
>
99
?
'99+'
:
carCount
}}
</p>
<p
v-if=
"carCount > 0"
:class=
"
{'content-wrap-class-width':carCount > 99, 'content-wrap-class':carCount
<
99
}"
>
{{
carCount
>
99
?
'99+'
:
carCount
}}
</p>
<img
src=
"@/assets/myInfo/carConfirm.png"
>
<img
src=
"@/assets/myInfo/carConfirm.png"
>
<span>
合同签订
</span>
<span>
合同签订
</span>
...
...
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