diff --git a/src/views/platform/manufacturer/index.vue b/src/views/platform/manufacturer/index.vue
index df8b5fd..39884b8 100644
--- a/src/views/platform/manufacturer/index.vue
+++ b/src/views/platform/manufacturer/index.vue
@@ -2,10 +2,10 @@
-
+
-
+
@@ -14,7 +14,7 @@
-
+
@@ -31,7 +31,7 @@
-
+
批量锁定
批量开启
@@ -47,11 +47,16 @@
CS000001
-
- 联想厂商
-
-
- 电子产品
+
+
+ 联想厂商
+
+
+ 电子产品
+
+
+
+ 联想经销商
张三
@@ -60,11 +65,16 @@
18888888888
-
- 125
-
-
- 1
+
+
+ 125
+
+
+ 1
+
+
+
+ 1125
1125
@@ -143,8 +153,13 @@ export default {
}
},
computed: {
+ // 1:列表,2:审核
type() {
return this.$route.fullPath.split('/').at(-1)
+ },
+ // 1:厂商,2:经销商
+ manufacturerType() {
+ return this.$route.fullPath.includes('manufacturer') ? 1 : 2
}
}
}