-
-
-
-
-
-
-
- {{ scope.row.companyName }}
-
-
-
-
-
- {{ scope.row.valueA + scope.row.newValueA }}
-
-
-
-
- {{ scope.row.valueB+scope.row.newValueB }}
-
-
-
-
- {{ scope.row.valueC+scope.row.newValueC }}
-
-
-
+
+
+
-
+
+
+
+
+
+
+
+ {{ scope.row.lineNum }}
+
+
+
+
+ {{ scope.row.cableNum }}
+
+
+
+
+ {{ scope.row.substationNum }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
-
diff --git a/src/views/system/equipment/index.vue b/src/views/system/equipment/index.vue
index bb56b8c7..b7181e6d 100644
--- a/src/views/system/equipment/index.vue
+++ b/src/views/system/equipment/index.vue
@@ -362,6 +362,317 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+
+
+
+ {{ column.dictMap[scope.row[column.prop]] || scope.row[column.prop] }}
+
+
+
+
+
+
handleOwnSizeChange(val)"
+ @current-change="(val) => handleOwnCurrentChange(val)"
+ :current-page="tableData.own.pageNum"
+ :page-sizes="[10, 20, 50, 100]"
+ :page-size="tableData.own.pageSize"
+ layout="total, sizes, prev, pager, next, jumper"
+ :total="tableData.own.total"
+ style="margin-top: 15px; text-align: right;"
+ >
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+
+
+
+ {{ column.dictMap[scope.row[column.prop]] || scope.row[column.prop] }}
+
+
+
+
+
+
handleSharingSizeChange(val)"
+ @current-change="(val) => handleSharingCurrentChange(val)"
+ :current-page="tableData.sharing.pageNum"
+ :page-sizes="[10, 20, 50, 100]"
+ :page-size="tableData.sharing.pageSize"
+ layout="total, sizes, prev, pager, next, jumper"
+ :total="tableData.sharing.total"
+ style="margin-top: 15px; text-align: right;"
+ >
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+
+
+
+ {{ column.dictMap[scope.row[column.prop]] || scope.row[column.prop] }}
+
+
+
+
+
+
handleRentalSizeChange(val)"
+ @current-change="(val) => handleRentalCurrentChange(val)"
+ :current-page="tableData.rental.pageNum"
+ :page-sizes="[10, 20, 50, 100]"
+ :page-size="tableData.rental.pageSize"
+ layout="total, sizes, prev, pager, next, jumper"
+ :total="tableData.rental.total"
+ style="margin-top: 15px; text-align: right;"
+ >
+
+
+
+
+
+
+