diff --git a/src/components/equipDetailTable.vue b/src/components/equipDetailTable.vue
index fc79518..34f1106 100644
--- a/src/components/equipDetailTable.vue
+++ b/src/components/equipDetailTable.vue
@@ -29,7 +29,7 @@
- {{ scope.row.price }}{{ scope.row.unit }}
+ {{ scope.row.price }}/{{ scope.row.unit }}
diff --git a/src/views/equip/detail.vue b/src/views/equip/detail.vue
index 7cee99f..9be0993 100644
--- a/src/views/equip/detail.vue
+++ b/src/views/equip/detail.vue
@@ -12,7 +12,7 @@
{{ pageData.modelName }}{{ pageData.deviceName }}
{{ pageData.maStatusStr }}
-
已审核
+
已审核
浏览{{ pageData.searchNum }}
@@ -105,7 +105,7 @@
:key="i"
:url="v.picUrl"
:name="`${v.modelName}${v.deviceName}`"
- :tags="[v.maStatus,v.location]"
+ :tags="[v.maStatusStr,v.cityStr]"
:company="v.companyName"
:price="v.monthLeasePrice"
timeUnit="月"
@@ -211,7 +211,7 @@
+
+ 合计总价:{{ priceChange }}元
+