fix(仪表板-其他组件): 时间组件默认值格式

This commit is contained in:
fit2cloud-chenyw 2022-08-29 03:28:30 -04:00
parent 6a1853ff4b
commit 83eec22071

View File

@ -431,7 +431,7 @@ const list = [
openMode: '0', openMode: '0',
showWeek: false, showWeek: false,
showDate: true, showDate: true,
dateFormat: 'yyyy-MM-dd', dateFormat: 'yyyy-MM-dd',
timeFormat: 'hh:mm:ss' timeFormat: 'hh:mm:ss'
}, },
x: 1, x: 1,