Преглед изворни кода

字段使用错误BUG修复

Koishi пре 2 година
родитељ
комит
65da82ddf6
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/components/search/action.vue

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

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