管道气采购

This commit is contained in:
‘huanghaiixia’
2025-12-31 17:21:39 +08:00
parent 6671292fd4
commit 32b58d7c79
9 changed files with 1021 additions and 110 deletions

View File

@ -122,7 +122,7 @@
},
schemas: customSearchFormSchema,
fieldMapToTime: [],
showResetButton: false,
showResetButton: true,
},
beforeFetch: (params) => {
return { ...params, FormId: formIdComputedRef.value, PK: 'id' };
@ -396,6 +396,13 @@
:deep(.ant-table-selection-col) {
width: 50px;
}
:deep(.ant-col-8:nth-child(1) .ant-form-item-label) {
width: 118px !important;
}
:deep(.ant-col-8:nth-child(1)) {
max-width: 330px !important;
width: 330px !important;
}
.show{
display: flex;
}