diff --git a/dist.zip b/dist.zip deleted file mode 100644 index 9a2896b..0000000 Binary files a/dist.zip and /dev/null differ diff --git a/src/views/checkManage/Subsection.vue b/src/views/checkManage/Subsection.vue index 8efa79b..6fd9cf9 100644 --- a/src/views/checkManage/Subsection.vue +++ b/src/views/checkManage/Subsection.vue @@ -121,6 +121,18 @@ export default { return {} } }, + startTimestamp: { + type: String, + default: () => { + return {} + } + }, + endTimestamp: { + type: String, + default: () => { + return {} + } + }, }, @@ -253,7 +265,7 @@ export default { }else if(status == 1 ||status == 5 || status == 6 ){ color = '#d81e06' }else if(status == 4){ - color = '#bc55cf' + color = '#1afa29' }else{ color = '#bfbfbf' } @@ -279,6 +291,8 @@ export default { rowEnd: this.random.row[1], streetId: this.streetId, direction: this.direction, + startTimestamp: this.startTimestamp, + endTimestamp: this.endTimestamp, side: this.side, rowTabs: rowTab, columnTabs: columnTab diff --git a/src/views/checkManage/checkOperation.vue b/src/views/checkManage/checkOperation.vue index ae4e397..e5af5a8 100644 --- a/src/views/checkManage/checkOperation.vue +++ b/src/views/checkManage/checkOperation.vue @@ -85,6 +85,17 @@ {{ checkObj[item.key] }} + +
{{ checkObj.exportTime }}
+{{"~"+ checkObj.endTime }}
+ +