This commit is contained in:
2024-04-26 08:50:32 +08:00
parent 82f63dc4ff
commit 54425859b5
3 changed files with 49 additions and 37 deletions

View File

@@ -25,7 +25,7 @@ const tableProp1 = [
{
prop: 'lineName',
label: '生产线',
width: 110,
width: 90,
fixed: true,
},
{
@@ -71,6 +71,7 @@ export default {
label: '产线',
selectOptions: [],
param: 'lineId',
multiple: true,
},
{
type: 'button',
@@ -92,7 +93,7 @@ export default {
queryParams: {
startTime: '',
endTime: '',
lineId: '',
lineId: [],
},
tableProp1,
tableProp: [],