Browse Source

天窗补充。

git-svn-id: https://202.107.226.68:8443/svn/Services/ResistanceMonitor@49 a05970a1-87b9-9d4f-9ee5-fa77e2ec115b
yinwei 1 year ago
parent
commit
73b194d687
1 changed files with 2 additions and 0 deletions
  1. 2 0
      2.Web/src/views/sky-light/index.vue

+ 2 - 0
2.Web/src/views/sky-light/index.vue

@@ -41,6 +41,8 @@
   <div class="sky_table">
    <el-table border :data="tableData" style="width: 100%" height="calc(100vh - 120px)">
     <el-table-column type="index" label="序号" align="center" width="55"> </el-table-column>
+    <el-table-column prop="station" label="站名" align="center" width="125"> </el-table-column>
+    <el-table-column prop="mo" label="道岔组" align="center" width="125"> </el-table-column>
     <el-table-column prop="StartDateTime" label="开始时间" width="220" align="center">
      <template slot-scope="scope">
       <span>{{ format_StartDateTime(scope.row) }}</span>