【修改】修改表格底部距离
This commit is contained in:
@@ -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}})
|
||||
|
||||
@@ -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')}`;
|
||||
|
||||
Reference in New Issue
Block a user