修改bug

This commit is contained in:
‘937886381’
2024-04-25 13:56:49 +08:00
parent c48f81b1d9
commit 7acb861919
4 changed files with 22 additions and 21 deletions

View File

@@ -1,7 +1,7 @@
<!--
* @Author: zhp
* @Date: 2024-04-18 14:08:46
* @LastEditTime: 2024-04-25 10:18:17
* @LastEditTime: 2024-04-25 13:30:11
* @LastEditors: zhp
* @Description:
-->
@@ -214,7 +214,7 @@ export default {
startPlaceholder: '开始时间',
endPlaceholder: '结束时间',
param: 'checkTime',
defaultSelect: [Date.now() - 24 * 60 * 60 - 1000, Date.now()],
defaultSelect: [Date.now() - 24 * 60 * 60*1000, Date.now()],
width: 350
},
{