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
eb2321f7
Commit
eb2321f7
authored
Feb 11, 2022
by
胡
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 已读也标上图标, 参数错误调整
parent
024eb281
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
3 deletions
+5
-3
confirm-detail.vue
src/pages/carConfirm/confirm-detail.vue
+1
-1
contract-detail.vue
src/pages/contractSigning/contract-detail.vue
+2
-1
contract-signing.vue
src/pages/contractSigning/contract-signing.vue
+1
-0
contract-details.vue
src/pages/distributorSign/contract-details.vue
+1
-1
No files found.
src/pages/carConfirm/confirm-detail.vue
View file @
eb2321f7
...
...
@@ -325,7 +325,7 @@ export default {
master
:
{
content_id
:
item
.
content_id
,
read_status
:
'Y'
,
bp_id
:
window
.
localStorage
.
bp_id
bp_id
:
JSON
.
parse
(
window
.
localStorage
.
getItem
(
'now_user_bp_bind_id'
))
.
bp_id
},
}
hlsPopup
.
showLoading
(
'请稍候'
)
...
...
src/pages/contractSigning/contract-detail.vue
View file @
eb2321f7
...
...
@@ -438,7 +438,7 @@ export default {
master
:
{
content_id
:
item
.
content_id
,
read_status
:
'Y'
,
bp_id
:
window
.
localStorage
.
bp_id
bp_id
:
JSON
.
parse
(
window
.
localStorage
.
getItem
(
'handleUser'
))
.
bp_id
},
}
hlsPopup
.
showLoading
(
'请稍候'
)
...
...
@@ -726,6 +726,7 @@ export default {
master
:
{
content_id
:
vm
.
content_id
,
read_status
:
'Y'
,
bp_id
:
JSON
.
parse
(
window
.
localStorage
.
getItem
(
'now_user_bp_bind_id'
)).
bp_id
},
}
vm
.
hlsPopup
.
showLoading
(
'请稍候'
)
...
...
src/pages/contractSigning/contract-signing.vue
View file @
eb2321f7
...
...
@@ -31,6 +31,7 @@
<span>
{{
item
.
project_number
}}
</span>
</p>
<img
v-if=
"item.read_check === 'N'"
src=
"@/assets/constractSigning/unread.png"
alt
class=
"unread"
/>
<img
v-if=
"item.read_check === 'Y'"
src=
"@/assets/constractSigning/read.png"
alt
class=
"unread"
/>
<img
src=
"@/assets/constractSigning/righticon.png"
alt
class=
"arrow"
/>
</div>
<div
class=
"box"
>
...
...
src/pages/distributorSign/contract-details.vue
View file @
eb2321f7
...
...
@@ -446,7 +446,7 @@ export default {
master
:
{
content_id
:
item
.
content_id
,
read_status
:
'Y'
,
bp_id
:
window
.
localStorage
.
bp_id
bp_id
:
JSON
.
parse
(
window
.
localStorage
.
getItem
(
'now_user_bp_bind_id'
))
.
bp_id
},
}
hlsPopup
.
showLoading
(
'请稍候'
)
...
...
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