Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
dev
/
pingan-life-index-pro
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
81a3bb44
authored
2020-06-01 19:07:49 +0800
by
simon
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of 120.27.44.69:dev/pingan-life-index-pro
2 parents
65d8f8b8
bb776794
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/pages/custom-service/components/e-correspondence-head-list.vue
src/pages/custom-service/components/e-correspondence-head-list.vue
View file @
81a3bb4
...
...
@@ -58,7 +58,7 @@
<div
v-for=
"(item,index) in contentList"
:key=
"index"
>
<template
v-if=
"index
< maxShow
"
>
<div
class=
"data-line"
>
<div
class=
"td w1"
>
{{
item
.
bizNo
}}
</div>
<div
class=
"td w1"
>
{{
item
.
policyCode
}}
</div>
<div
class=
"td w2"
>
{{
$t
(
"eCorrespondenceEnquiry.letterName"
)
}}
</div>
<div
class=
"td w3"
>
{{
item
.
printTime
.
split
(
" "
)[
0
]
}}
</div>
<div
class=
"td w4 pointer"
@
click=
"downloadPolicy(item)"
>
...
...
Please
register
or
sign in
to post a comment