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
bb776794
authored
2020-06-01 15:46:00 +0800
by
joe
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
电子通知书根据要求,显示policyCode
1 parent
21372ce7
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 @
bb77679
...
...
@@ -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