feat : 台账导入
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user