Pārlūkot izejas kodu

chore: 线路台账调整

cfofpp 6 mēneši atpakaļ
vecāks
revīzija
c38e6db107

+ 50 - 2
src/views/distributionnetwork/maintenance/line-info/index.vue

@@ -83,6 +83,12 @@
             >
             </el-table-column>
             <el-table-column
+              label="所属省公司"
+              prop="stdOrgNm"
+              align="center"
+              :show-overflow-tooltip="true"
+            />
+            <el-table-column
               label="所属市公司"
               prop="stdCityOrgNm"
               align="center"
@@ -103,7 +109,19 @@
             />
             <el-table-column
               label="变电站名称"
-              prop="subNm"
+              prop="subsNm"
+              align="center"
+              :show-overflow-tooltip="true"
+            />
+            <el-table-column
+              label="运维单位名称"
+              prop="opMaintOrgNm"
+              align="center"
+              :show-overflow-tooltip="true"
+            />
+            <el-table-column
+              label="维护班组名称"
+              prop="maintTeamNm"
               align="center"
               :show-overflow-tooltip="true"
             />
@@ -126,6 +144,12 @@
               :show-overflow-tooltip="true"
             >
             </el-table-column>
+            <el-table-column
+              label="数据日期"
+              prop="dataDt"
+              align="center"
+              :show-overflow-tooltip="true"
+            />
           </el-table>
         </el-table-column>
         <el-table-column prop="" label="序号" width="80" align="center">
@@ -154,6 +178,12 @@
         >
         </el-table-column>
         <el-table-column
+          label="所属省公司"
+          prop="stdOrgNm"
+          align="center"
+          :show-overflow-tooltip="true"
+        />
+        <el-table-column
           label="所属市公司"
           prop="stdCityOrgNm"
           align="center"
@@ -174,7 +204,19 @@
         />
         <el-table-column
           label="变电站名称"
-          prop="subNm"
+          prop="subsNm"
+          align="center"
+          :show-overflow-tooltip="true"
+        />
+        <el-table-column
+          label="运维单位名称"
+          prop="opMaintOrgNm"
+          align="center"
+          :show-overflow-tooltip="true"
+        />
+        <el-table-column
+          label="维护班组名称"
+          prop="maintTeamNm"
           align="center"
           :show-overflow-tooltip="true"
         />
@@ -193,6 +235,12 @@
           :show-overflow-tooltip="true"
         >
         </el-table-column>
+        <el-table-column
+          label="数据日期"
+          prop="dataDt"
+          align="center"
+          :show-overflow-tooltip="true"
+        />
       </el-table>
       <pagination
         class="page-box"