Merge branch 'projects/mesxc-test' into projects/mesxc-zhp

This commit is contained in:
‘937886381’
2024-04-26 09:28:46 +08:00
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: [],