fix : 修复附件上传组件bug
This commit is contained in:
@@ -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%'}}>
|
||||
|
||||
Reference in New Issue
Block a user