设置周末交易时间回显
This commit is contained in:
parent
02c0e84c07
commit
4342d57dd1
|
|
@ -523,6 +523,10 @@ const handleSetWeekendTradeTime = async () => {
|
|||
}
|
||||
tradingHoursVisible.value = true
|
||||
tradingHoursForm.value.id = selectedRow.value.id
|
||||
tradingHoursForm.value.saturday_start_time = selectedRow.value.saturday_start_time
|
||||
tradingHoursForm.value.saturday_end_time = selectedRow.value.saturday_end_time
|
||||
tradingHoursForm.value.sunday_start_time = selectedRow.value.sunday_start_time
|
||||
tradingHoursForm.value.sunday_end_time = selectedRow.value.sunday_end_time
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue