fix : 修复附件上传组件bug

This commit is contained in:
2024-05-18 22:08:08 +08:00
parent e4e7444aff
commit b7ebd66729
3 changed files with 67 additions and 76 deletions

View File

@@ -150,7 +150,7 @@ const tableConfig = reactive({
} else if (row.state === '4') {
btn.push({label: '台账', func: () => handleStandingBook(row), type: 'primary'})
btn.push({label: '附件', func: () => handleAttachment(row), type: 'primary'})
btn.push({label: '分摊', func: () => handleShare(row), type: 'primary'})
btn.push({label: '查看分摊', func: () => handleShare(row), type: 'primary'})
}
return (
<div style={{width: '100%'}}>