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
0571a207
Commit
0571a207
authored
Aug 06, 2021
by
sunchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
产品库标签显示6条展开更多
parent
711ca4a7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
2 deletions
+24
-2
src/app/my/product/product.component.html
+11
-2
src/app/my/recruiting-detail/recruiting-detail.component.html
+13
-0
No files found.
src/app/my/product/product.component.html
View file @
0571a207
...
@@ -76,13 +76,22 @@
...
@@ -76,13 +76,22 @@
</div>
</div>
<span
class=
"iconfont icon-ar-r"
></span>
<span
class=
"iconfont icon-ar-r"
></span>
</div>
</div>
<div
class=
"tagsContent"
>
<div
class=
"tagsContent"
*
ngIf=
"productInfoItem['tags'] && !productInfoItem.showAll"
>
<div
*
ngFor=
"let tagItem of productInfoItem['tags'].slice(0,6)"
>
{{tagItem}}
</div>
</div>
<div
class=
"tagsContent"
*
ngIf=
"productInfoItem['tags'] && productInfoItem.showAll"
>
<div
*
ngFor=
"let tagItem of productInfoItem['tags']"
>
<div
*
ngFor=
"let tagItem of productInfoItem['tags']"
>
{{tagItem}}
{{tagItem}}
</div>
</div>
</div>
</div>
</div>
</div>
<div
(
click
)="
showAll
(
productInfoItem
)"
style=
"text-align: center;margin-left: -30px;"
*
ngIf=
"productInfoItem['tags'] && productInfoItem['tags'].length>6"
>
更多
<span
class=
"iconfont icon-xiangxia"
style=
"font-size: 12px;display: inline-block;"
[
ngStyle
]="{'
transform
'
:
productInfoItem
.
showAll
?
'
rotate
(
180deg
)'
:
'
rotate
(
0
)'}"
></span>
</div>
</div>
</div>
<!-- <div class="dataContent">
<!-- <div class="dataContent">
<div (click)="goData(productInfoItem)">资料</div>
<div (click)="goData(productInfoItem)">资料</div>
...
...
src/app/my/recruiting-detail/recruiting-detail.component.html
View file @
0571a207
...
@@ -178,6 +178,19 @@
...
@@ -178,6 +178,19 @@
</option>
</option>
</select>
</select>
</div>
</div>
<!-- <div class="contentItem">
<span>分公司</span>
<div *ngIf="defalutMentor !='请选择辅导人' && defalutMentor != '/'">
<input type="text" [(ngModel)]="employQuery.branch" class="form-control" disabled/>
</div>
<select class="form-control" *ngIf="defalutMentor =='请选择辅导人' || defalutMentor == '/'" [(ngModel)]="employQuery.branchId" (ngModelChange)="getName(2,employQuery.branchId)"
[disabled]="approveStatus!=null && approveStatus!=-1" >
<option [value]=null>请选择</option>
<option [value]="branchItem.insurerBranchId" *ngFor="let branchItem of branchList">
{{branchItem.branchName}}
</option>
</select>
</div> -->
</div>
</div>
</div>
</div>
<footer
*
ngIf=
"selectedId===4;"
(
click
)="
saveMembership
()"
>
<footer
*
ngIf=
"selectedId===4;"
(
click
)="
saveMembership
()"
>
...
...
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