update interface, diary
This commit is contained in:
@@ -18,9 +18,11 @@ interface StatusDropdownProps {
|
||||
|
||||
const STATUS_OPTIONS: Array<{ value: TripStatus | null; label: string }> = [
|
||||
{ value: null, label: "Vui lòng chọn" },
|
||||
{ value: "completed", label: "Hoàn thành" },
|
||||
{ value: "created", label: "Đã khởi tạo" },
|
||||
{ value: "pending", label: "Chờ duyệt" },
|
||||
{ value: "approved", label: "Đã duyệt" },
|
||||
{ value: "in-progress", label: "Đang hoạt động" },
|
||||
{ value: "quality-check", label: "Đã khởi tạo" },
|
||||
{ value: "completed", label: "Hoàn thành" },
|
||||
{ value: "cancelled", label: "Đã hủy" },
|
||||
];
|
||||
|
||||
@@ -162,7 +164,6 @@ const styles = StyleSheet.create({
|
||||
paddingVertical: 16,
|
||||
borderBottomWidth: 1,
|
||||
borderBottomColor: "#F3F4F6",
|
||||
|
||||
},
|
||||
selectedOption: {
|
||||
backgroundColor: "#EFF6FF",
|
||||
|
||||
Reference in New Issue
Block a user