Browse Source

字段使用错误BUG修复

Koishi 1 year ago
parent
commit
b45de033f8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/search/action.vue

+ 1 - 1
src/components/search/action.vue

@@ -197,7 +197,7 @@
             otherContentInfo.onLineStartTs || "---"
             otherContentInfo.onLineStartTs || "---"
           }}</el-descriptions-item>
           }}</el-descriptions-item>
           <el-descriptions-item label="并网结束时间">{{
           <el-descriptions-item label="并网结束时间">{{
-            otherContentInfo.onLineStartTs || "---"
+            otherContentInfo.onLineEndTs || "---"
           }}</el-descriptions-item>
           }}</el-descriptions-item>
           <el-descriptions-item label="并网时长">
           <el-descriptions-item label="并网时长">
             {{ otherContentInfo.onLineDuration || "---" }}
             {{ otherContentInfo.onLineDuration || "---" }}