Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
portal-apps-manage
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
angular
portal-apps-manage
Commits
79ce6e7b
Commit
79ce6e7b
authored
Jul 31, 2025
by
sawit
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
edit career-cluster
parent
f106840a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
career-cluster.component.html
...y-department/career-cluster/career-cluster.component.html
+8
-8
No files found.
src/app/DPU/myjob/company-department/career-cluster/career-cluster.component.html
View file @
79ce6e7b
...
...
@@ -172,13 +172,13 @@
<div
class=
"ti-modal-body px-4"
>
<div
class=
"grid grid-cols-12 gap-4"
>
<div
class=
"xl:col-span-12 col-span-12"
*
ngIf=
"action == 'edit'"
>
<label
for=
"deal-title"
class=
"form-label"
>
{{'Ca
reer Cluster
ID' | translate}}
</label>
<input
type=
"text"
class=
"form-control
!bg-input-readonly"
id=
"deal-title"
placeholder=
""
[(
ngModel
)]="
selectModel
.
careerClusterId
"
[
disabled
]="
action =
==
'
edit
'"
>
<
!-- <
div class="text-danger" *ngIf="!selectModel.careerClusterId">
<div
class=
"xl:col-span-12 col-span-12"
>
<label
for=
"deal-title"
class=
"form-label"
>
{{'Ca
tegory
ID' | translate}}
</label>
<input
type=
"text"
class=
"form-control
"
[
ngClass
]="{
'!
bg-input-readonly
'
:
action =
==
'
edit
'
}"
id=
"deal-title"
placeholder=
""
[(
ngModel
)]="
selectModel
.
careerClusterId
"
[
readonly
]="
action =
==
'
edit
'"
>
<div
class=
"text-danger"
*
ngIf=
"!selectModel.careerClusterId"
>
{{'Please fill in information' | translate}}
</div>
-->
</div>
</div>
<div
class=
"xl:col-span-12 col-span-12"
>
...
...
@@ -220,8 +220,8 @@
{{'Cancel' | translate}}
</button>
<button
type=
"button"
(
click
)="
save
()"
class=
"ti-btn bg-primary text-white !font-medium"
[
class
.
ti-btn-disabled
]="!
selectModel
.
thName
||!
selectModel
.
engName
||!
selectModel
.
chinaName
"
[
disabled
]="!
selectModel
.
thName
||!
selectModel
.
engName
||!
selectModel
.
chinaName
"
>
{{'Save' | translate}}
</button>
[
class
.
ti-btn-disabled
]="!
selectModel
.
careerClusterId
||!
selectModel
.
thName
||!
selectModel
.
engName
||!
selectModel
.
chinaName
"
[
disabled
]="!
selectModel
.
careerClusterId
||!
selectModel
.
thName
||!
selectModel
.
engName
||!
selectModel
.
chinaName
"
>
{{'Save' | translate}}
</button>
</div>
</div>
</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