Преглед на файлове

字段使用错误BUG修复

Koishi преди 1 година
родител
ревизия
b45de033f8
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/components/search/action.vue

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

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