Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
AppUms_Lecturer
Overview
Overview
Details
Activity
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
tungnq
AppUms_Lecturer
Commits
5906f75c
Commit
5906f75c
authored
Sep 16, 2025
by
tungnq
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
TODO: Sửa đường dẫn import và thêm style còn thiếu trong các màn hình giám sát
parent
d983fc24
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
12 deletions
+11
-12
index.js
.../list_work/deliver_to_me/detail/modal_add_report/index.js
+1
-1
index.js
...list_work/deliver_to_me/detail/modal_edit_report/index.js
+1
-1
view.js
src/screens/list_work/deliver_to_me/view.js
+0
-1
style.js
src/screens/list_work/monitoring/style.js
+5
-1
view.js
src/screens/list_work/monitoring/view.js
+4
-8
No files found.
src/screens/list_work/deliver_to_me/detail/modal_add_report/index.js
View file @
5906f75c
import
WorkReportModal
from
'.
./../detail/modal_add_report
/view'
;
import
WorkReportModal
from
'./view'
;
export
default
WorkReportModal
;
export
default
WorkReportModal
;
src/screens/list_work/deliver_to_me/detail/modal_edit_report/index.js
View file @
5906f75c
import
EditReportModal
from
'.
./../detail/modal_edit_report
'
;
import
EditReportModal
from
'.
/view
'
;
export
default
EditReportModal
;
export
default
EditReportModal
;
src/screens/list_work/deliver_to_me/view.js
View file @
5906f75c
...
@@ -3,7 +3,6 @@ import {
...
@@ -3,7 +3,6 @@ import {
Text
,
Text
,
View
,
View
,
TouchableOpacity
,
TouchableOpacity
,
StyleSheet
,
Image
,
Image
,
FlatList
,
FlatList
,
ScrollView
,
ScrollView
,
...
...
src/screens/list_work/monitoring/style.js
View file @
5906f75c
import
{
StyleSheet
,
Text
,
View
}
from
'react-native'
import
{
StyleSheet
,
Text
,
View
}
from
'react-native'
import
R
from
'../../../assets/R'
const
styles
=
StyleSheet
.
create
({
const
styles
=
StyleSheet
.
create
({
container
:
{
container
:
{
flex
:
1
,
backgroundColor
:
R
.
colors
.
white
},
},
body
:{
body
:{
flex
:
1
,
marginHorizontal
:
15
}
}
...
...
src/screens/list_work/monitoring/view.js
View file @
5906f75c
import
React
from
'react'
;
import
React
from
'react'
;
import
{
Text
,
View
,
TouchableOpacity
,
StyleSheet
}
from
'react-native'
;
import
{
Text
,
View
,
TouchableOpacity
,
StyleSheet
}
from
'react-native'
;
style
import
styles
from
'./style'
;
const
ComponentName
View
=
(
props
)
=>
{
const
DetailListWorkMonitoring
View
=
(
props
)
=>
{
const
{
}
=
props
;
const
{
}
=
props
;
return
(
return
(
<
View
<
View
style
=
{{
style
=
{
styles
.
container
}
>
flex
:
1
,
justifyContent
:
'center'
,
alignItems
:
'center'
,
}}
>
<
TouchableOpacity
>
<
TouchableOpacity
>
<
Text
>
ComponentName
<
/Text
>
<
Text
>
ComponentName
<
/Text
>
<
/TouchableOpacity
>
<
/TouchableOpacity
>
...
@@ -17,4 +13,4 @@ const ComponentNameView = (props) => {
...
@@ -17,4 +13,4 @@ const ComponentNameView = (props) => {
);
);
};
};
export
default
ComponentName
View
;
export
default
DetailListWorkMonitoring
View
;
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