合同列表字段宽度调整

This commit is contained in:
‘huanghaiixia’
2026-03-03 17:01:17 +08:00
parent 7c8f585f9e
commit 207f8cc311
24 changed files with 102 additions and 173 deletions

View File

@ -142,7 +142,8 @@ const [registerModal, { setModalProps, closeModal }] = useModalInner(async (data
...formState,
dateFrom: formState.dateFrom ? dayjs(formState.dateFrom).format('YYYY-MM-DD') : '',
dateTo: formState.dateTo ? dayjs(formState.dateTo).format('YYYY-MM-DD') : '',
fileList: formState.fileList || []
fileList: formState.fileList || [],
docTypeName: (optionList.find(v=>v.code == formState.docTypeCode) || {}).fullName
}
let idx =list.value.findIndex(v => v.docTypeCode == obj.docTypeCode)
if (idx > -1 && formState.docTypeCode !=curData.value) {