feat : 台账导入

This commit is contained in:
2024-07-19 01:53:51 +08:00
parent e9333f7859
commit fde9ba3781
2 changed files with 27 additions and 20 deletions

View File

@@ -257,24 +257,13 @@ const init = async () => {
nextTick(() => {
buttonShow.value = !data.view
})
// if (!data.view) {
// btns.value.push({name: '上传费用', key: 'add', color: '#DED0B2', auth: ''},
// {name: '表格更新', key: 'update', color: '#DED0B2', auth: ''})
// }
baseForm.value.setValues(data)
}
// if (code !== 1000) {
// ElNotification({
// title: '提示',
// message: msg,
// type: 'error'
// })
// }
}
getBaseInfo()
init()
const importTheExpenseLedger = () => {
// tableIns.value.refresh()
tableIns.value.refresh()
}
const handleUploadFee = () => {
router.push({