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
7ef8be57
Commit
7ef8be57
authored
Sep 28, 2020
by
sunchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加关联商机人们&手机号
parent
86480ef0
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
1 deletions
+11
-1
src/app/my/todo-list/todo-list.component.html
+5
-1
src/app/my/todo-list/todo-list.component.ts
+6
-0
src/assets/images/calendar_icon.png
+0
-0
No files found.
src/app/my/todo-list/todo-list.component.html
View file @
7ef8be57
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
<List
className=
"calendar-list"
style=
"backgroundColor: 'white'"
>
<List
className=
"calendar-list"
style=
"backgroundColor: 'white'"
>
<ListItem
(
onClick
)="
clickCalendar
()"
>
<ListItem
(
onClick
)="
clickCalendar
()"
>
{{this.trackTime.substring(5,7)}}月
{{this.trackTime.substring(5,7)}}月
{{this.state.en ? '日历' : '日历'}}
<img
src=
"assets/images/calendar_icon.png"
alt=
"日历"
>
</ListItem>
</ListItem>
</List>
</List>
<Calendar
[(
ngModel
)]="
this
.
state
.
date
"
<Calendar
[(
ngModel
)]="
this
.
state
.
date
"
...
@@ -55,6 +55,10 @@
...
@@ -55,6 +55,10 @@
<span
*
ngIf=
"taskItem.taskImportantTag==1"
>
(重要)
</span>
<span
*
ngIf=
"taskItem.taskImportantTag==1"
>
(重要)
</span>
{{taskItem.mdDropOptionName}}
{{taskItem.mdDropOptionName}}
</div>
</div>
<div
*
ngIf=
"taskItem.name || taskItem.mobileNo"
style=
"margin: 5px auto;"
>
<span
*
ngIf=
"taskItem.name"
>
{{taskItem.name}} -
</span>
{{replaceStr(taskItem.mobileNo)}}
</div>
<div
class=
"notice"
>
<div
class=
"notice"
>
{{taskItem.notice}}
{{taskItem.notice}}
</div>
</div>
...
...
src/app/my/todo-list/todo-list.component.ts
View file @
7ef8be57
...
@@ -200,4 +200,10 @@ export class TodoListComponent implements OnInit {
...
@@ -200,4 +200,10 @@ export class TodoListComponent implements OnInit {
localStorage
.
removeItem
(
'taskInfo'
);
localStorage
.
removeItem
(
'taskInfo'
);
sessionStorage
.
removeItem
(
'pageDwellDtatus'
);
sessionStorage
.
removeItem
(
'pageDwellDtatus'
);
}
}
replaceStr
(
phone
){
let
reg
=
/^
(\d{3})\d{4}(\d{4})
$/
return
phone
.
replace
(
reg
,
'$1****$2'
)
}
}
}
src/assets/images/calendar_icon.png
0 → 100644
View file @
7ef8be57
4.7 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