update netListTable, CreateOrUpdateHaulModal
This commit is contained in:
@@ -96,7 +96,12 @@ const NetListTable: React.FC = () => {
|
||||
|
||||
{/* Cột Trạng thái */}
|
||||
<View style={[styles.cell, styles.statusContainer]}>
|
||||
<View style={styles.statusDot} />
|
||||
<View
|
||||
style={[
|
||||
styles.statusDot,
|
||||
{ backgroundColor: item.status ? "#2ecc71" : "#FFD600" },
|
||||
]}
|
||||
/>
|
||||
<TouchableOpacity
|
||||
onPress={() => handleStatusPress(item.fishing_log_id)}
|
||||
>
|
||||
@@ -125,7 +130,12 @@ const NetListTable: React.FC = () => {
|
||||
|
||||
{/* Cột Trạng thái */}
|
||||
<View style={[styles.cell, styles.statusContainer]}>
|
||||
<View style={styles.statusDot} />
|
||||
<View
|
||||
style={[
|
||||
styles.statusDot,
|
||||
{ backgroundColor: item.status ? "#2ecc71" : "#FFD600" },
|
||||
]}
|
||||
/>
|
||||
<TouchableOpacity
|
||||
onPress={() => handleStatusPress(item.fishing_log_id)}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user