fix : 修复页面细节

This commit is contained in:
2024-05-31 20:56:58 +08:00
parent 5a1e1848cb
commit 5ae8e4be78
32 changed files with 550 additions and 167 deletions

View File

@@ -37,7 +37,8 @@ const schema = computed(() => {
props: {
placeholder: '请输入审核意见',
type: 'textarea',
maxlength: 140
// maxlength: 140,
rows:3
}
}
]
@@ -59,6 +60,12 @@ const back = () => {
case 'Requirement/detail':
router.push({name: 'Requirement'})
break;
case 'Fund/detail':
router.push({name: 'Fund'})
break;
case 'Share/detail':
router.push({name: 'Expense/share'})
break;
}
}
// 驳回