Browse Source

调整分页数量

master_hella_20240701
TengXF 5 months ago
parent
commit
e3321fe969
  1. 2
      src/views/mes/orderDay/components/schedule.vue

2
src/views/mes/orderDay/components/schedule.vue

@ -280,7 +280,7 @@ const showMaterialsData=ref() //物料信息分页展示
const page=ref({ const page=ref({
total:0, total:0,
current:1, current:1,
size:5 size:7
}) })
/*班组数据*/ /*班组数据*/
const teamData = ref([]) const teamData = ref([])

Loading…
Cancel
Save