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
ad2fa41f
Commit
ad2fa41f
authored
Feb 24, 2021
by
Riri Novita
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
apdet
parent
3e4f7d88
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
TableSummaryTriputra.js
src/container/SummaryTriputra/TableSummaryTriputra.js
+6
-6
No files found.
src/container/SummaryTriputra/TableSummaryTriputra.js
View file @
ad2fa41f
...
...
@@ -5028,7 +5028,7 @@ export default class TableSummaryTriputra extends Component {
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
value
=
{
Number
(
tableMeta
.
rowData
[
31
]).
toFixed
(
1
)}
value
=
{
(
tableMeta
.
rowData
[
31
]
)}
/
>
}
/
>
...
...
@@ -5046,7 +5046,7 @@ export default class TableSummaryTriputra extends Component {
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
value
=
{
Number
(
tableMeta
.
rowData
[
32
]).
toFixed
(
1
)}
value
=
{
(
tableMeta
.
rowData
[
32
]
)}
/
>
}
/
>
...
...
@@ -5064,7 +5064,7 @@ export default class TableSummaryTriputra extends Component {
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
value
=
{
Number
(
tableMeta
.
rowData
[
33
]).
toFixed
(
1
)}
value
=
{
(
tableMeta
.
rowData
[
33
]
)}
/
>
}
/
>
...
...
@@ -5126,7 +5126,7 @@ export default class TableSummaryTriputra extends Component {
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
value
=
{
Number
(
tableMeta
.
rowData
[
34
]).
toFixed
(
1
)}
value
=
{
(
tableMeta
.
rowData
[
34
]
)}
/
>
}
/
>
...
...
@@ -5144,7 +5144,7 @@ export default class TableSummaryTriputra extends Component {
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
value
=
{
Number
(
tableMeta
.
rowData
[
35
]).
toFixed
(
1
)}
value
=
{
(
tableMeta
.
rowData
[
35
]
)}
/
>
}
/
>
...
...
@@ -5162,7 +5162,7 @@ export default class TableSummaryTriputra extends Component {
type
=
"text"
placeholder
=
""
disabled
=
{
true
}
value
=
{
Number
(
tableMeta
.
rowData
[
36
]).
toFixed
(
1
)}
value
=
{
(
tableMeta
.
rowData
[
36
]
)}
/
>
}
/
>
...
...
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