Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
Tia-dev
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dida Adams Arizona
Tia-dev
Commits
2468c2f9
Commit
2468c2f9
authored
Sep 07, 2020
by
Rifka Kurnia Irfiana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
push icon delete
parent
e35fccfd
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
25 additions
and
7 deletions
+25
-7
Images.js
src/assets/Images.js
+1
-0
delete.svg
src/assets/delete.svg
+17
-0
ApprovalMatrix.js
src/container/ApprovalMatrix/ApprovalMatrix.js
+7
-7
No files found.
src/assets/Images.js
View file @
2468c2f9
...
...
@@ -49,6 +49,7 @@ const Images = {
camera
:
require
(
'./camera.svg'
),
meeting
:
require
(
'./meeting.jpg'
),
triputraBlack
:
require
(
'./triputra-black.jpg'
),
delete
:
require
(
'./delete.svg'
)
}
...
...
src/assets/delete.svg
0 → 100644
View file @
2468c2f9
<svg
xmlns=
"http://www.w3.org/2000/svg"
width=
"32"
height=
"32"
viewBox=
"0 0 32 32"
>
<g
fill=
"none"
fill-rule=
"evenodd"
>
<g>
<g>
<g>
<g
transform=
"translate(-404 -219) translate(332 151) translate(0 56) translate(72 12)"
>
<circle
cx=
"16"
cy=
"16"
r=
"16"
fill=
"#ED5050"
/>
<g
fill=
"#FFF"
fill-rule=
"nonzero"
>
<path
d=
"M11.75 2H9v-.5C9 .673 8.327 0 7.5 0h-2C4.673 0 4 .673 4 1.5V2H1.25C.56 2 0 2.56 0 3.25V5c0 .276.224.5.5.5h.273l.432 9.071c.038.801.696 1.429 1.498 1.429h7.594c.802 0 1.46-.628 1.498-1.429l.432-9.071h.273c.276 0 .5-.224.5-.5V3.25C13 2.56 12.44 2 11.75 2zM5 1.5c0-.276.224-.5.5-.5h2c.276 0 .5.224.5.5V2H5v-.5zM1 3.25c0-.138.112-.25.25-.25h10.5c.138 0 .25.112.25.25V4.5H1V3.25zm9.796 11.274c-.013.267-.232.476-.5.476H2.705c-.268 0-.487-.21-.5-.476L1.774 5.5h9.452l-.43 9.024z"
transform=
"translate(9 8)"
/>
<path
d=
"M6.5 14c.276 0 .5-.224.5-.5V7c0-.276-.224-.5-.5-.5S6 6.724 6 7v6.5c0 .276.224.5.5.5zM9 14c.276 0 .5-.224.5-.5V7c0-.276-.224-.5-.5-.5s-.5.224-.5.5v6.5c0 .276.224.5.5.5zM4 14c.276 0 .5-.224.5-.5V7c0-.276-.224-.5-.5-.5s-.5.224-.5.5v6.5c0 .276.224.5.5.5z"
transform=
"translate(9 8)"
/>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>
src/container/ApprovalMatrix/ApprovalMatrix.js
View file @
2468c2f9
...
...
@@ -66,12 +66,12 @@ export default class ApprovalMatrix extends Component {
if
(
item
.
length
>
0
)
{
payload
.
push
({
id
:
index
+
1
,
approval_type_name
:
item
[
0
],
orders
:
item
[
1
],
fullname
:
item
[
2
],
operator_type_name
:
item
[
3
],
start_date
:
item
[
4
],
end_date
:
item
[
5
],
approval_type_name
:
item
[
0
]
===
undefined
?
""
:
item
[
0
]
,
orders
:
item
[
1
]
===
undefined
?
""
:
item
[
1
]
,
fullname
:
item
[
2
]
===
undefined
?
""
:
item
[
2
]
,
operator_type_name
:
item
[
3
]
===
undefined
?
""
:
item
[
3
]
,
start_date
:
item
[
4
]
===
undefined
?
""
:
item
[
4
]
,
end_date
:
item
[
5
]
===
undefined
?
""
:
item
[
5
]
,
})
}
})
...
...
@@ -608,7 +608,7 @@ export default class ApprovalMatrix extends Component {
}}
onClick
=
{()
=>
this
.
openPopUp
(
tableMeta
.
rowData
,
'delete'
)}
>
<
img
src
=
{
Images
.
visualisasi
}
/
>
<
img
src
=
{
Images
.
delete
}
/
>
<
/button
>
)}
<
/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