Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
BookingMyHrManagement
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
Chanachai
BookingMyHrManagement
Commits
338172a6
Commit
338172a6
authored
Nov 26, 2021
by
DESKTOP-HF0LVOG\myhr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
แก้รูปภาพ
parent
f434c5de
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
9 deletions
+6
-9
equipment.component.html
src/app/pages/equipment/equipment.component.html
+2
-5
equipment.component.ts
src/app/pages/equipment/equipment.component.ts
+4
-4
No files found.
src/app/pages/equipment/equipment.component.html
View file @
338172a6
...
...
@@ -70,7 +70,7 @@
<div
class=
"row"
>
<div
class=
"col-sm-3"
*
ngFor=
"let item of listEquirment"
>
<div
class=
"card-body"
>
<img
src=
"assets\img\mo1.jpg
"
class=
"nav justify-content-center"
alt=
"..."
>
<img
[
src
]="
item
.
pic
"
class=
"nav justify-content-center"
alt=
"..."
>
</div>
...
...
@@ -214,10 +214,7 @@
<option
[
ngValue
]="
100
"
>
100 items per page
</option>
</select>
</div>
<div
class=
"d-grid gap-2 a-md-flex justify-content-md-end"
>
<button
class=
"btn btn-primary"
type=
"button"
>
ยืม
</button>
<button
class=
"btn btn-primary"
type=
"button"
>
ยกเลิก
</button>
</div>
</div>
</div>
</div>
...
...
src/app/pages/equipment/equipment.component.ts
View file @
338172a6
...
...
@@ -26,28 +26,28 @@ export class EquipmentComponent implements OnInit {
name
:
"จอคอมพิวเตอร์"
,
desc
:
"หน้าจอขนาด 22 นิ้ว"
,
type
:
"it"
,
pic
:
"assets
\
img
\
mo1.jpg"
pic
:
"assets
/img/
mo1.jpg"
},
{
id
:
2
,
name
:
"เมาส์"
,
desc
:
"..."
,
type
:
"it"
,
pic
:
"assets
\
img
\
mou.jpg"
pic
:
"assets
/img/
mou.jpg"
},
{
id
:
3
,
name
:
"โน๊ตบุ๊ค"
,
desc
:
"หน้าจอขนาด 20 นิ้ว"
,
type
:
"it"
,
pic
:
"assets
\
img
\
notebook.jpg"
pic
:
"assets
/img/
notebook.jpg"
},
{
id
:
4
,
name
:
"คีย์บอร์ด"
,
desc
:
"..."
,
type
:
"it"
,
pic
:
"assets
\
img
\
keyboard.png"
pic
:
"assets
/img/
keyboard.png"
}
]
collectionSize
=
this
.
listEquirment
.
length
;
...
...
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