修改bug

This commit is contained in:
‘937886381’
2024-04-26 10:51:24 +08:00
parent 19d913a49e
commit b2304941a4
3 changed files with 14 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
<!--
* @Author: zhp
* @Date: 2024-04-18 10:01:33
* @LastEditTime: 2024-04-25 17:13:14
* @LastEditTime: 2024-04-26 10:44:00
* @LastEditors: zhp
* @Description:
-->
@@ -167,7 +167,7 @@ export default {
listQuery: {
startTime: undefined,
endTime: undefined,
lineId: null,
lineId: undefined,
},
formConfig: [
// {
@@ -189,7 +189,7 @@ export default {
type: 'datePicker',
label: '时间段',
dateType: 'daterange',
format: 'yyyy-MM-dd HH:mm:ss',
format: 'yyyy-MM-dd',
valueFormat: "timestamp",
rangeSeparator: '-',
startPlaceholder: '开始时间',
@@ -205,6 +205,7 @@ export default {
labelField: 'name',
valueField: 'id',
param: 'lineId',
multiple:true,
filterable: true
},
{