This commit is contained in:
2025-05-22 16:08:45 +08:00
parent 3d3de77fa1
commit 7a69ba7cbf
21 changed files with 1219 additions and 296 deletions

View File

@@ -96,7 +96,6 @@ const state = reactive({
pageSize: 25,
},
option: {
height: computed(() => window.innerHeight - window.innerHeight * 0.23 + ''),
tip: false,
index: true,
menuWidth: 120,
@@ -143,7 +142,7 @@ const state = reactive({
],
width: '90',
},
{ label: computed(() => t('message.index.receivedQTY')), prop: 'sendedQty', width: '180' },
{ label: computed(() => t('message.index.receivedQTY')), prop: 'mssReceiveQty', width: '180' },
{ label: computed(() => t('message.index.unreceivedQTY')), prop: 'notSendQty', width: '110' },
{ label: computed(() => t('message.index.earliestDeliveryDate')), prop: 'chengNuoJiaoQi', width: '160' },
{ label: computed(() => t('message.index.latestDeliveryDate')), prop: 'newChengNuoJiaoQi', width: '160' },
@@ -445,7 +444,11 @@ onMounted(() => {
}
:deep(.el-form) {
flex: 1;
flex: 1;
overflow: hidden;
}
:deep(.el-table--default){
height: 100%;
}
.system-user-container {