Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
ydLife
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sweet Zhang
ydLife
Commits
deb0311d
Commit
deb0311d
authored
Aug 27, 2021
by
sunchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
我的客户性别没有时置灰&客户保单日期显示bug修复
parent
7026962a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
1 deletions
+2
-1
src/app/my/my-customer-policy/my-customer-policy.component.html
+1
-1
src/app/my/my-customer/my-customer.component.html
+1
-0
src/assets/images/nogender.png
+0
-0
No files found.
src/app/my/my-customer-policy/my-customer-policy.component.html
View file @
deb0311d
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
[
ngClass
]="{
isActive:policyItem
.
isValid =
=
'有效'}"
(
click
)="
jumpToOrderdetail
(
policyItem
.
orderNo
)"
>
[
ngClass
]="{
isActive:policyItem
.
isValid =
=
'有效'}"
(
click
)="
jumpToOrderdetail
(
policyItem
.
orderNo
)"
>
<li>
{{policyItem.productName?policyItem.productName:policyItem.planName}}
</li>
<li>
{{policyItem.productName?policyItem.productName:policyItem.planName}}
</li>
<li>
保单号:{{policyItem.policyNo}}
</li>
<li>
保单号:{{policyItem.policyNo}}
</li>
<li>
日期:{{
policyItem.startDate | date:'yyyy.MM.dd'}} - {{policyItem.endDate
| date:'yyyy.MM.dd'}}
</li>
<li>
日期:{{
(policyItem.startDate).substr(0,10) | date:'yyyy.MM.dd'}} - {{(policyItem.endDate).substr(0,10)
| date:'yyyy.MM.dd'}}
</li>
<img
src=
"assets/images/orderStatus/valid_2.png"
alt=
"有效中"
*
ngIf=
"policyItem.isValid == '有效'"
/>
<img
src=
"assets/images/orderStatus/valid_2.png"
alt=
"有效中"
*
ngIf=
"policyItem.isValid == '有效'"
/>
<img
src=
"assets/images/orderStatus/invalid_2.png"
alt=
"已失效"
*
ngIf=
"policyItem.isValid == '无效'"
/>
<img
src=
"assets/images/orderStatus/invalid_2.png"
alt=
"已失效"
*
ngIf=
"policyItem.isValid == '无效'"
/>
</ul>
</ul>
...
...
src/app/my/my-customer/my-customer.component.html
View file @
deb0311d
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
<ul
class=
"customer_content"
*
ngFor=
"let customerItem of customerList;index as i;"
>
<ul
class=
"customer_content"
*
ngFor=
"let customerItem of customerList;index as i;"
>
<img
src=
"assets/images/man.png"
alt=
"男"
*
ngIf=
"customerItem.gender=='男'"
>
<img
src=
"assets/images/man.png"
alt=
"男"
*
ngIf=
"customerItem.gender=='男'"
>
<img
src=
"assets/images/women.png"
alt=
"女"
*
ngIf=
"customerItem.gender=='女'"
>
<img
src=
"assets/images/women.png"
alt=
"女"
*
ngIf=
"customerItem.gender=='女'"
>
<img
src=
"assets/images/nogender.png"
alt=
"女"
*
ngIf=
"customerItem.gender==null"
>
<li>
<li>
<div>
<div>
<span
*
ngIf=
"customerItem.selected"
>
姓名:
</span>
{{customerItem.name}}
<span
*
ngIf=
"customerItem.selected"
>
姓名:
</span>
{{customerItem.name}}
...
...
src/assets/images/nogender.png
0 → 100644
View file @
deb0311d
1.89 KB
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