diff --git a/src/views/rent-facility/index.vue b/src/views/rent-facility/index.vue
index f2a640f7..392c7029 100644
--- a/src/views/rent-facility/index.vue
+++ b/src/views/rent-facility/index.vue
@@ -28,17 +28,17 @@
- {{ scope.row.valueA }}
+ {{ scope.row.valueA + scope.row.newValueA }}
- {{ scope.row.valueB }}
+ {{ scope.row.valueB+scope.row.newValueB }}
- {{ scope.row.valueC }}
+ {{ scope.row.valueC+scope.row.newValueC }}
diff --git a/src/views/rent-facility/line.vue b/src/views/rent-facility/line.vue
index db553507..0d018e36 100644
--- a/src/views/rent-facility/line.vue
+++ b/src/views/rent-facility/line.vue
@@ -4,6 +4,7 @@
{{ title }}
+
-
+
+
+
+ {{ scope.row.isNew == '0' ? '否' : '是' }}
+
+
@@ -31,11 +37,12 @@
- {{ scope.row.rent }}
+ {{ 0 }}
+ 新型装备最多统计20分
diff --git a/src/views/system/equipment/index.vue b/src/views/system/equipment/index.vue
index cb3f8a3c..14679b56 100644
--- a/src/views/system/equipment/index.vue
+++ b/src/views/system/equipment/index.vue
@@ -18,7 +18,8 @@
+ label-width="70px"
+ >
@@ -167,6 +168,7 @@