Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
AppUms_Student
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_Student
Commits
d330a628
Commit
d330a628
authored
Oct 02, 2025
by
tungnq
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
TODO: Đã chỉnh sửa giao diện điểm rèn luyện
parent
ff461bcc
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
10 deletions
+15
-10
colors.js
src/assets/colors.js
+2
-1
item.js
src/screens/outpatient_information/item.js
+11
-6
view.js
src/screens/outpatient_information/view.js
+2
-3
No files found.
src/assets/colors.js
View file @
d330a628
...
...
@@ -55,7 +55,8 @@ const colors = {
greyBlue_soft_50
:
'rgba(221, 222, 238, 0.5)'
,
// 🟢 Green
green500
:
'rgba(0, 255, 123, 1)'
,
// green
green
:
'rgba(0, 255, 21, 1)'
,
green
:
'rgb(0, 128, 0)'
,
// 🟠 Orange/Yellow
orange500
:
'#F39A2B'
,
// orange, yellow (trùng mã)
...
...
src/screens/outpatient_information/item.js
View file @
d330a628
...
...
@@ -6,10 +6,13 @@ const ItemNav = ({ item }) => {
return
(
<
View
style
=
{
styles
.
container
}
>
<
Text
style
=
{
styles
.
text
}
>
{
item
.
address
}
<
/Text
>
<
Text
style
=
{[
styles
.
text
,{
fontFamily
:
R
.
fonts
.
InterRegular
}]}
>
Th
ờ
i
gian
c
ứ
tr
ú
:
{
item
.
timeStay
}
<
/Text
>
<
View
style
=
{{
flexDirection
:
"row"
}}
>
<
Text
style
=
{[
styles
.
text
,
{
flex
:
3
,
fontFamily
:
R
.
fonts
.
InterRegular
}]}
>
Ng
à
y
đă
ng
k
í
:
{
item
.
registrationDate
}
<
/Text
>
<
View
style
=
{[
styles
.
text
,
{
flex
:
2.5
,
fontFamily
:
R
.
fonts
.
InterRegular
}]}
>
<
Text
style
=
{[
styles
.
text
,{
fontFamily
:
R
.
fonts
.
InterMedium
}]}
>
Th
ờ
i
gian
c
ứ
tr
ú
:{
' '
}
<
Text
style
=
{[
styles
.
text
,{
fontFamily
:
R
.
fonts
.
InterRegular
}]}
>
{
item
.
timeStay
}
<
/Text></
Text
>
<
View
style
=
{{
flexDirection
:
"row"
,
justifyContent
:
"space-between"
}}
>
<
Text
style
=
{[
styles
.
text
,
{
fontFamily
:
R
.
fonts
.
InterMedium
}]}
>
Ng
à
y
đă
ng
k
í
:{
' '
}
<
Text
style
=
{[
styles
.
text
,{
fontFamily
:
R
.
fonts
.
InterRegular
}]}
>
{
item
.
registrationDate
}
<
/Text></
Text
>
<
View
style
=
{[
styles
.
text
,
{
fontFamily
:
R
.
fonts
.
InterRegular
}]}
>
<
Text
style
=
{[
styles
.
text
,
...
...
@@ -21,8 +24,10 @@ const ItemNav = ({ item }) => {
<
/Text
>
<
/View
>
<
/View
>
<
Text
style
=
{[
styles
.
text
,
{
fontFamily
:
R
.
fonts
.
InterRegular
}]}
>
Quan
h
ệ
v
ớ
i
ch
ủ
tr
ọ
:{
item
.
relation
}
<
/Text
>
<
Text
style
=
{[
styles
.
text
,
{
fontFamily
:
R
.
fonts
.
InterRegular
}]
}
>
L
ý
do
:
{
item
.
reason
}
<
/Text
>
<
Text
style
=
{[
styles
.
text
,
{
fontFamily
:
R
.
fonts
.
InterMedium
}]}
>
Quan
h
ệ
v
ớ
i
ch
ủ
tr
ọ
:{
' '
}
<
Text
style
=
{[
styles
.
text
,{
fontFamily
:
R
.
fonts
.
InterRegular
}]}
>
{
item
.
relation
}
<
/Text></
Text
>
<
Text
style
=
{[
styles
.
text
,
{
fontFamily
:
R
.
fonts
.
InterMedium
}]
}
>
L
ý
do
:{
' '
}
<
Text
style
=
{[
styles
.
text
,{
fontFamily
:
R
.
fonts
.
InterRegular
}]}
>
{
item
.
reason
}
<
/Text></
Text
>
<
/View
>
);
};
...
...
src/screens/outpatient_information/view.js
View file @
d330a628
...
...
@@ -4,7 +4,6 @@ import {
View
,
StyleSheet
,
FlatList
,
SafeAreaView
,
}
from
"react-native"
;
import
R
from
"../../assets/R"
;
import
Header
from
"../../components/Header/Header"
;
...
...
@@ -33,8 +32,8 @@ const OutpatientInfomationView = (props) => {
<
Text
style
=
{[
styles
.
text
,
styles
.
addressText
]}
>
134
/
44
/
9
Nguy
ê
n
x
á
,
B
ắ
c
T
ừ
Li
ê
m
,
H
à
N
ộ
i
<
/Text
>
<
Text
style
=
{[
styles
.
text
,
styles
.
addressText
]}
>
Th
ờ
i
gian
b
ắ
t
đầ
u
c
ư
ch
ú
:
20
/
11
/
2024
<
Text
style
=
{[
styles
.
text
,
styles
.
addressText
,
{
fontFamily
:
R
.
fonts
.
InterMedium
,
fontWeight
:
'600'
}
]}
>
Th
ờ
i
gian
b
ắ
t
đầ
u
c
ư
ch
ú
:
<
Text
style
=
{{
fontFamily
:
R
.
fonts
.
InterRegular
}}
>
20
/
11
/
2024
<
/Text
>
<
/Text
>
<
Text
style
=
{[
styles
.
text
,
styles
.
historyTitle
]}
>
L
ị
ch
s
ử
đă
ng
k
ý
...
...
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