@@ -57,11 +57,11 @@ export default {
width: 300
},
{
- label: '标签',
+ label: '创建人',
prop: 'createUserName'
- label: '时间',
+ label: '标签',
@@ -201,10 +201,10 @@ export default {
}
})
- moreClick() {},
async downloadClick() {
+ console.log(this.data)
const link = document.createElement('a')
- link.href = this.data.url
+ link.href = this.data.fileAttach.filePath
link.download = this.data.title
link.click()