【修改】修改表格底部距离

This commit is contained in:
zhoulingpo
2023-05-26 10:35:12 +08:00
parent 5e56d88ede
commit bc4fd558a2
2 changed files with 8 additions and 8 deletions
+4 -4
View File
@@ -477,10 +477,10 @@ export default {
},
// 跳转到详情
goReportDetail(row) {
sendTrackEvent({
eventName: 'preview_click',
params: {id:row.id,name:row.name}
})
// sendTrackEvent({
// eventName: 'preview_click',
// params: {id:row.id,name:row.name}
// })
window.open('/report/detail?id='+this.$route.query.id+'&reportId='+row.id)
this.reportList()
// this.$router.push({path: '/report/detail', query: {id: this.$route.query.id, reportId: row.id}})
+4 -4
View File
@@ -720,10 +720,10 @@ export default {
},
// 预览
previewRow(row) {
sendTrackEvent({
eventName: 'preview_click',
params: {id:row.id,name:row.name}
})
// sendTrackEvent({
// eventName: 'preview_click',
// params: {id:row.id,name:row.name}
// })
// this.fullscreen = false;
// // 更新预览水印的时间戳
// this.watermarkText = `${this.$store.state.userInfo.usname} ${formatDate(+new Date(), 'yyyy年MM月dd日 hh:mm:ss')}`;