Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CmsPetrolPay
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
11
Issues
11
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
Giang Tran
CmsPetrolPay
Commits
095772d3
Commit
095772d3
authored
Jan 29, 2024
by
tdgiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update code
parent
6a1f19b5
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
15 additions
and
15 deletions
+15
-15
Table.js
src/app/views/Company/Department/Table.js
+1
-1
Table.js
src/app/views/Company/Employee/Table.js
+1
-1
Table.js
src/app/views/Company/Function/Table.js
+1
-1
Table.js
src/app/views/Company/GroupRole/Table.js
+1
-1
Table.js
src/app/views/Company/Role/Table.js
+1
-1
Table.js
src/app/views/Fee/Table.js
+1
-1
Table.js
src/app/views/GasStation/Table.js
+1
-1
Table.js
src/app/views/Merchant/Table.js
+1
-1
Table.js
src/app/views/System/LogAction/Table.js
+1
-1
Table.js
src/app/views/System/LogApi/Table.js
+1
-1
Table.js
src/app/views/System/LogAuth/Table.js
+1
-1
table.js
src/app/views/System/PageStatic/table.js
+1
-1
Table.js
src/app/views/Transaction/Table.js
+1
-1
Table.js
src/app/views/product/product/Table.js
+1
-1
Table.js
src/app/views/product/type/Table.js
+1
-1
No files found.
src/app/views/Company/Department/Table.js
View file @
095772d3
...
...
@@ -146,7 +146,7 @@ function TableList(props) {
hover
role
=
"checkbox"
tabIndex
=
{
-
1
}
key
=
{
row
.
code
}
key
=
{
row
.
id
}
>
{
columns
.
map
((
column
)
=>
{
const
imageUrl
=
row
[
column
.
id
]
...
...
src/app/views/Company/Employee/Table.js
View file @
095772d3
...
...
@@ -144,7 +144,7 @@ function TableList(props) {
hover
role
=
"checkbox"
tabIndex
=
{
-
1
}
key
=
{
row
.
code
}
key
=
{
row
.
id
}
>
{
columns
.
map
((
column
)
=>
{
const
imageUrl
=
row
[
column
.
id
]
...
...
src/app/views/Company/Function/Table.js
View file @
095772d3
...
...
@@ -151,7 +151,7 @@ function TableList(props) {
hover
role
=
"checkbox"
tabIndex
=
{
-
1
}
key
=
{
row
.
code
}
key
=
{
row
.
id
}
>
{
columns
.
map
((
column
)
=>
{
const
imageUrl
=
row
[
column
.
id
]
...
...
src/app/views/Company/GroupRole/Table.js
View file @
095772d3
...
...
@@ -144,7 +144,7 @@ function TableList(props) {
hover
role
=
"checkbox"
tabIndex
=
{
-
1
}
key
=
{
row
.
code
}
key
=
{
row
.
id
}
>
{
columns
.
map
((
column
)
=>
{
const
imageUrl
=
row
[
column
.
id
]
...
...
src/app/views/Company/Role/Table.js
View file @
095772d3
...
...
@@ -158,7 +158,7 @@ function TableList(props) {
hover
role
=
"checkbox"
tabIndex
=
{
-
1
}
key
=
{
row
.
code
}
key
=
{
row
.
id
}
>
{
columns
.
map
((
column
)
=>
{
const
imageUrl
=
row
[
column
.
id
]
...
...
src/app/views/Fee/Table.js
View file @
095772d3
...
...
@@ -111,7 +111,7 @@ function TableList(props) {
hover
role
=
"checkbox"
tabIndex
=
{
-
1
}
key
=
{
row
.
code
}
key
=
{
row
.
id
}
>
{
columns
.
map
((
column
)
=>
{
const
data
=
row
[
column
.
id
]
...
...
src/app/views/GasStation/Table.js
View file @
095772d3
...
...
@@ -157,7 +157,7 @@ function TableList(props) {
hover
role
=
"checkbox"
tabIndex
=
{
-
1
}
key
=
{
row
.
code
}
key
=
{
row
.
id
}
>
{
columns
.
map
((
column
)
=>
{
const
imageUrl
=
row
[
column
.
id
]
...
...
src/app/views/Merchant/Table.js
View file @
095772d3
...
...
@@ -163,7 +163,7 @@ function TableList(props) {
hover
role
=
"checkbox"
tabIndex
=
{
-
1
}
key
=
{
row
.
code
}
key
=
{
row
.
id
}
>
{
columns
.
map
((
column
)
=>
{
const
imageUrl
=
row
[
column
.
id
]
...
...
src/app/views/System/LogAction/Table.js
View file @
095772d3
...
...
@@ -113,7 +113,7 @@ function TableList(props) {
hover
role
=
"checkbox"
tabIndex
=
{
-
1
}
key
=
{
row
.
code
}
key
=
{
row
.
id
}
>
{
columns
.
map
((
column
)
=>
{
const
avatar
=
row
[
column
.
id
]
...
...
src/app/views/System/LogApi/Table.js
View file @
095772d3
...
...
@@ -120,7 +120,7 @@ function TableList(props) {
hover
role
=
"checkbox"
tabIndex
=
{
-
1
}
key
=
{
row
.
code
}
key
=
{
row
.
id
}
>
{
columns
.
map
((
column
)
=>
{
const
avatar
=
row
[
column
.
id
]
...
...
src/app/views/System/LogAuth/Table.js
View file @
095772d3
...
...
@@ -113,7 +113,7 @@ function TableList(props) {
hover
role
=
"checkbox"
tabIndex
=
{
-
1
}
key
=
{
row
.
code
}
key
=
{
row
.
id
}
>
{
columns
.
map
((
column
)
=>
{
const
avatar
=
row
[
column
.
id
]
...
...
src/app/views/System/PageStatic/table.js
View file @
095772d3
...
...
@@ -153,7 +153,7 @@ function TableList(props) {
hover
role
=
"checkbox"
tabIndex
=
{
-
1
}
key
=
{
row
.
code
}
key
=
{
row
.
id
}
>
{
columns
.
map
((
column
)
=>
{
const
imageUrl
=
row
[
column
.
id
]
...
...
src/app/views/Transaction/Table.js
View file @
095772d3
...
...
@@ -144,7 +144,7 @@ function TableList(props) {
hover
role
=
"checkbox"
tabIndex
=
{
-
1
}
key
=
{
row
.
code
}
key
=
{
row
.
id
}
>
{
columns
.
map
((
column
)
=>
{
const
avatar
=
row
[
column
.
id
]
...
...
src/app/views/product/product/Table.js
View file @
095772d3
...
...
@@ -143,7 +143,7 @@ function TableList(props) {
hover
role
=
"checkbox"
tabIndex
=
{
-
1
}
key
=
{
row
.
code
}
key
=
{
row
.
id
}
>
{
columns
.
map
((
column
)
=>
{
const
imageUrl
=
row
[
column
.
id
]
...
...
src/app/views/product/type/Table.js
View file @
095772d3
...
...
@@ -138,7 +138,7 @@ function TableList(props) {
hover
role
=
"checkbox"
tabIndex
=
{
-
1
}
key
=
{
row
.
code
}
key
=
{
row
.
id
}
>
{
columns
.
map
((
column
)
=>
{
const
imageUrl
=
row
[
column
.
id
]
...
...
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