【修改】修改表格底部距离
This commit is contained in:
@@ -477,10 +477,10 @@ export default {
|
|||||||
},
|
},
|
||||||
// 跳转到详情
|
// 跳转到详情
|
||||||
goReportDetail(row) {
|
goReportDetail(row) {
|
||||||
sendTrackEvent({
|
// sendTrackEvent({
|
||||||
eventName: 'preview_click',
|
// eventName: 'preview_click',
|
||||||
params: {id:row.id,name:row.name}
|
// params: {id:row.id,name:row.name}
|
||||||
})
|
// })
|
||||||
window.open('/report/detail?id='+this.$route.query.id+'&reportId='+row.id)
|
window.open('/report/detail?id='+this.$route.query.id+'&reportId='+row.id)
|
||||||
this.reportList()
|
this.reportList()
|
||||||
// this.$router.push({path: '/report/detail', query: {id: this.$route.query.id, reportId: row.id}})
|
// this.$router.push({path: '/report/detail', query: {id: this.$route.query.id, reportId: row.id}})
|
||||||
|
|||||||
@@ -720,10 +720,10 @@ export default {
|
|||||||
},
|
},
|
||||||
// 预览
|
// 预览
|
||||||
previewRow(row) {
|
previewRow(row) {
|
||||||
sendTrackEvent({
|
// sendTrackEvent({
|
||||||
eventName: 'preview_click',
|
// eventName: 'preview_click',
|
||||||
params: {id:row.id,name:row.name}
|
// params: {id:row.id,name:row.name}
|
||||||
})
|
// })
|
||||||
// this.fullscreen = false;
|
// this.fullscreen = false;
|
||||||
// // 更新预览水印的时间戳
|
// // 更新预览水印的时间戳
|
||||||
// this.watermarkText = `${this.$store.state.userInfo.usname} ${formatDate(+new Date(), 'yyyy年MM月dd日 hh:mm:ss')}`;
|
// this.watermarkText = `${this.$store.state.userInfo.usname} ${formatDate(+new Date(), 'yyyy年MM月dd日 hh:mm:ss')}`;
|
||||||
|
|||||||
Reference in New Issue
Block a user