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
f4b59caa
Commit
f4b59caa
authored
Oct 09, 2021
by
sunchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
我的展业二级菜单调整&核保问题库支持富文本
parent
7d7d3ae8
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
3 deletions
+14
-3
src/app/my/menu-item/menu-item.component.scss
+11
-0
src/app/my/menu-item/menu-item.component.ts
+2
-2
src/app/my/underwriting-knowledge/underwriting-knowledge.component.html
+1
-1
No files found.
src/app/my/menu-item/menu-item.component.scss
View file @
f4b59caa
...
@@ -10,6 +10,17 @@
...
@@ -10,6 +10,17 @@
align-items
:
center
;
align-items
:
center
;
flex-direction
:
column
;
flex-direction
:
column
;
padding
:
15px
0
;
padding
:
15px
0
;
position
:
relative
;
span
{
display
:
inline-block
;
width
:
10px
;
height
:
10px
;
position
:
absolute
;
background
:
red
;
border-radius
:
50%
;
right
:
40%
;
top
:
20%
;
}
img
{
img
{
width
:
80px
;
width
:
80px
;
}
}
...
...
src/app/my/menu-item/menu-item.component.ts
View file @
f4b59caa
...
@@ -68,12 +68,12 @@ export class MenuItemComponent implements OnInit {
...
@@ -68,12 +68,12 @@ export class MenuItemComponent implements OnInit {
title
:
'我的展业'
,
title
:
'我的展业'
,
type
:
'exhibition'
,
type
:
'exhibition'
,
content
:
[
content
:
[
{
no
:
23
,
subtitle
:
'新人入口'
,
icon
:
'pin'
,
path
:
''
,
routerLink
:
'newPeople'
,
showSubMenu
:
true
},
{
no
:
24
,
subtitle
:
'目标设置'
,
icon
:
'set'
,
path
:
''
,
routerLink
:
'target'
,
showSubMenu
:
true
},
{
no
:
12
,
subtitle
:
'销售保单'
,
icon
:
'policy'
,
path
:
''
,
routerLink
:
''
,
showSubMenu
:
true
},
{
no
:
12
,
subtitle
:
'销售保单'
,
icon
:
'policy'
,
path
:
''
,
routerLink
:
''
,
showSubMenu
:
true
},
{
no
:
20
,
subtitle
:
'我的客户'
,
icon
:
'customer'
,
path
:
''
,
routerLink
:
'customer'
,
showSubMenu
:
true
},
{
no
:
20
,
subtitle
:
'我的客户'
,
icon
:
'customer'
,
path
:
''
,
routerLink
:
'customer'
,
showSubMenu
:
true
},
// { no: 14, subtitle: '我的佣金', icon: 'commission', path: '', routerLink: '',showSubMenu:true },
// { no: 14, subtitle: '我的佣金', icon: 'commission', path: '', routerLink: '',showSubMenu:true },
{
no
:
19
,
subtitle
:
'薪资单'
,
icon
:
'salary'
,
path
:
''
,
routerLink
:
'salary'
,
showSubMenu
:
this
.
isShowSalay
},
{
no
:
19
,
subtitle
:
'薪资单'
,
icon
:
'salary'
,
path
:
''
,
routerLink
:
'salary'
,
showSubMenu
:
this
.
isShowSalay
},
{
no
:
23
,
subtitle
:
'新人入口'
,
icon
:
'pin'
,
path
:
''
,
routerLink
:
'newPeople'
,
showSubMenu
:
true
},
{
no
:
24
,
subtitle
:
'目标设置'
,
icon
:
'set'
,
path
:
''
,
routerLink
:
'target'
,
showSubMenu
:
true
},
{
no
:
26
,
subtitle
:
'投核保知识库'
,
icon
:
'ask'
,
path
:
''
,
routerLink
:
'underwriting_knowledge'
,
showSubMenu
:
true
},
{
no
:
26
,
subtitle
:
'投核保知识库'
,
icon
:
'ask'
,
path
:
''
,
routerLink
:
'underwriting_knowledge'
,
showSubMenu
:
true
},
// { no: 25, subtitle: '', icon: 'default', path: '', routerLink: '' ,showSubMenu:true},
// { no: 25, subtitle: '', icon: 'default', path: '', routerLink: '' ,showSubMenu:true},
// { no: 26, subtitle: '', icon: 'default', path: '', routerLink: '' ,showSubMenu:!this.isShowSalay}
// { no: 26, subtitle: '', icon: 'default', path: '', routerLink: '' ,showSubMenu:!this.isShowSalay}
...
...
src/app/my/underwriting-knowledge/underwriting-knowledge.component.html
View file @
f4b59caa
...
@@ -52,7 +52,7 @@
...
@@ -52,7 +52,7 @@
></span>
></span>
</h4>
</h4>
<div
class=
"answerDate"
*
ngIf=
"listItem.spread"
>
{{listItem.submitDate}}
</div>
<div
class=
"answerDate"
*
ngIf=
"listItem.spread"
>
{{listItem.submitDate}}
</div>
<div
class=
"answer
"
*
ngIf=
"listItem.spread"
>
{{listItem.answer}}
</div>
<div
class=
"answer
rich_media_content"
*
ngIf=
"listItem.spread"
[
innerHtml
]="
listItem
.
answer
|
safeHtml
"
>
</div>
<div
class=
"answerDate"
*
ngIf=
"listItem.spread"
>
{{listItem.firstAnswerDate}}
</div>
<div
class=
"answerDate"
*
ngIf=
"listItem.spread"
>
{{listItem.firstAnswerDate}}
</div>
</div>
</div>
<div
*
ngIf=
"!List?.length"
style=
"margin-top: 10%;text-align: center;font-size: 20px;"
>
暂无投核保问题
</div>
<div
*
ngIf=
"!List?.length"
style=
"margin-top: 10%;text-align: center;font-size: 20px;"
>
暂无投核保问题
</div>
...
...
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