diff --git a/src/assets/images/growth/CurrentPath.png b/src/assets/images/growth/CurrentPath.png new file mode 100755 index 00000000..94cf9819 Binary files /dev/null and b/src/assets/images/growth/CurrentPath.png differ diff --git a/src/assets/images/growth/NoPermissionPath.png b/src/assets/images/growth/NoPermissionPath.png new file mode 100755 index 00000000..6bc5bb88 Binary files /dev/null and b/src/assets/images/growth/NoPermissionPath.png differ diff --git a/src/assets/images/growth/OtherPath.png b/src/assets/images/growth/OtherPath.png new file mode 100755 index 00000000..bb5aa403 Binary files /dev/null and b/src/assets/images/growth/OtherPath.png differ diff --git a/src/views/study/Growth.vue b/src/views/study/Growth.vue index 6bdc7760..6bab22cf 100644 --- a/src/views/study/Growth.vue +++ b/src/views/study/Growth.vue @@ -16,7 +16,7 @@
已完成
- 全岗位路径图 + 全岗位路径图 未完成
@@ -96,6 +96,74 @@
+ + +
全岗位路径
+
+ + 当前路径 +
+
+ + 其他路径 +
+
+ + 其他路径(无权限) +
+
+ + + + + + + + + + + + + + + + + + + +
@@ -104,8 +172,6 @@ import portalHeader from '@/components/PortalHeader.vue'; export default { name: 'Growth', components: { portalHeader }, - computed: { - }, data() { return { showUClass: false, @@ -164,7 +230,51 @@ export default { progress: '10', title: '岗前岗前', status: 1 - }] + }], + dialogTableVisible: false, + gridData: [{ + name: 'Band10+', + marketStatus: 0, + saleStatus: 1, + productStatus: 2, + FAEStatusL: 0, + salesManagement: 1 + }, { + name: 'Band10', + marketStatus: 1, + saleStatus: 2, + productStatus: 1, + FAEStatusL: 0, + salesManagement: 1 + }, { + name: 'Band9', + marketStatus: 2, + saleStatus: 0, + productStatus: 0, + FAEStatusL: 0, + salesManagement: 1 + }, { + name: 'Band8', + marketStatus: 0, + saleStatus: 1, + productStatus: 2, + FAEStatusL: 0, + salesManagement: 1 + }, { + name: 'Band7', + marketStatus: 1, + saleStatus: 2, + productStatus: 0, + FAEStatusL: 0, + salesManagement: 1 + }, { + name: 'Band6', + marketStatus: 2, + saleStatus: 0, + productStatus: 1, + FAEStatusL: 0, + salesManagement: 1 + }], }; }, @@ -270,6 +380,33 @@ export default {