feat: optimize the time picker component (#494)

This commit is contained in:
Fine0830
2025-08-27 21:20:53 +08:00
committed by GitHub
parent 1b6f011f0e
commit f069c8a081
8 changed files with 892 additions and 677 deletions

View File

@@ -89,7 +89,7 @@ limitations under the License. -->
const endpointName = ref<string>("");
const monitorTime = ref<string>(InitTaskField.monitorTimeEn[0].value);
const monitorDuration = ref<string>(InitTaskField.monitorDuration[0].value);
const time = ref<Date>(appStore.durationRow.start);
const time = ref<Date>(appStore.durationRow.end);
const minThreshold = ref<number>(0);
const dumpPeriod = ref<string>(InitTaskField.dumpPeriod[0].value);
const maxSamplingCount = ref<string>(InitTaskField.maxSamplingCount[0].value);