diff --git a/src/components/XyTable/index.vue b/src/components/XyTable/index.vue index e708f9f..35ef376 100644 --- a/src/components/XyTable/index.vue +++ b/src/components/XyTable/index.vue @@ -216,7 +216,7 @@ export default { let paginationHeight = 37; //分页的高度 let topHeight = 50; //页面 头部 this.tableHeight = - clientHeight - lxHeader_height - topHeight - paginationHeight - 20 - 25; + clientHeight - lxHeader_height - topHeight - paginationHeight - 20 - 25 + (this.isPage ? 0 : 36); //console.log(this.tableHeight) }, async getTableData(isRefresh = false) { diff --git a/src/views/bigScreen/component/centerRight1.vue b/src/views/bigScreen/component/centerRight1.vue index 203b3bf..fb34f9b 100644 --- a/src/views/bigScreen/component/centerRight1.vue +++ b/src/views/bigScreen/component/centerRight1.vue @@ -115,7 +115,7 @@ export default { if (i.status === 2 || i.status === 3) { this.transfers1.push(i) } - if (i.status === 4) { + if (i.status === 4 || i.status === 5) { this.transfers2.push(i) } if (i.status === 6) { diff --git a/src/views/bigScreen/component/detailTransfer.vue b/src/views/bigScreen/component/detailTransfer.vue index 519348c..0df4ecb 100644 --- a/src/views/bigScreen/component/detailTransfer.vue +++ b/src/views/bigScreen/component/detailTransfer.vue @@ -44,43 +44,75 @@
开启时间:{{ $moment(data.act_start_time).format("YYYY-MM-DD HH:mm") }}
-开启时间:{{ $moment(data.act_start_time).format("YYYY-MM-DD HH:mm") }}
关闭时间:{{ $moment(data.act_end_time).format("YYYY-MM-DD HH:mm") }}
-开启时间:{{ $moment(data.act_start_time).format("YYYY-MM-DD HH:mm") }}
+开启时间:{{ $moment(data.act_start_time).format("YYYY-MM-DD HH:mm") }}
+关闭时间:{{ $moment(data.act_end_time).format("YYYY-MM-DD HH:mm") }}
+