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
5726f729
Commit
5726f729
authored
Apr 07, 2022
by
Sweet Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试报聘新增字段样式调整
parent
02bc737d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
src/app/my/recruiting-detail/recruiting-detail.component.html
+6
-6
No files found.
src/app/my/recruiting-detail/recruiting-detail.component.html
View file @
5726f729
...
...
@@ -180,27 +180,27 @@
</div>
<div
class=
"contentItem"
>
<span>
S3纵队
</span>
<div>
{{employQuery?.s3SubordinateSystemName}}
</div>
<div>
<input
type=
"text"
[(
ngModel
)]="
employQuery
.
s3SubordinateSystemName
"
class=
"form-control"
disabled
/>
</div>
</div>
<div
class=
"contentItem"
>
<span>
纵队负责人
</span>
<div>
{{employQuery?.s3TeamLeaderName}}
</div>
<div>
<input
type=
"text"
[(
ngModel
)]="
employQuery
.
s3TeamLeaderName
"
class=
"form-control"
disabled
/>
</div>
</div>
<div
class=
"contentItem"
>
<span>
S2体系
</span>
<div>
{{employQuery?.s2SubordinateSystemName}}
</div>
<div>
<input
type=
"text"
[(
ngModel
)]="
employQuery
.
s2SubordinateSystemName
"
class=
"form-control"
disabled
/>
</div>
</div>
<div
class=
"contentItem"
>
<span>
体系负责人
</span>
<div>
{{employQuery?.s2TeamLeaderName}}
</div>
<div>
<input
type=
"text"
[(
ngModel
)]="
employQuery
.
s2TeamLeaderName
"
class=
"form-control"
disabled
/>
</div>
</div>
<div
class=
"contentItem"
>
<span>
S1分部
</span>
<div>
{{employQuery?.s1SubordinateSystemName}}
</div>
<div>
<input
type=
"text"
[(
ngModel
)]="
employQuery
.
s1SubordinateSystemName
"
class=
"form-control"
disabled
/>
</div>
</div>
<div
class=
"contentItem"
>
<span>
分部负责人
</span>
<div>
{{employQuery?.s1TeamLeaderName}}
</div>
<div>
<input
type=
"text"
[(
ngModel
)]="
employQuery
.
s1TeamLeaderName
"
class=
"form-control"
disabled
/>
</div>
</div>
<!-- <div class="contentItem">
<span>分公司</span>
...
...
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