评价优化

This commit is contained in:
‘huanghaiixia’
2025-12-19 15:55:15 +08:00
parent 754f44f55d
commit e79a450ca2
8 changed files with 123 additions and 62 deletions

View File

@ -121,8 +121,8 @@
gutter: 16,
},
schemas: customSearchFormSchema,
fieldMapToTime: [['dateGrade', ['dateGradeStart', 'dateGradeEnd'], 'HH:mm:ss ', true],],
showResetButton: false,
fieldMapToTime: [['dateGrade', ['startDate', 'endDate'], 'HH:mm:ss ', true],],
showResetButton: true,
},
beforeFetch: (params) => {
return { ...params, FormId: formIdComputedRef.value, PK: 'id' };
@ -425,6 +425,9 @@
:deep(.ant-table-selection-col) {
width: 50px;
}
:deep(.w-full .ant-col-8:nth-child(1) .ant-form-item-label) {
width: 50px !important;
}
.show{
display: flex;
}