diff --git a/src/views/study/Growth.vue b/src/views/study/Growth.vue
index df217dbc..8f8a19d0 100644
--- a/src/views/study/Growth.vue
+++ b/src/views/study/Growth.vue
@@ -145,9 +145,9 @@
其他路径(无权限)
-
-
-
+
+
+
@@ -156,7 +156,7 @@
-
+
@@ -165,7 +165,7 @@
-
+
@@ -175,7 +175,7 @@
-
+
@@ -184,7 +184,7 @@
-
+
@@ -295,47 +295,40 @@ export default {
}],
dialogTableVisible: false,
gridData: [{
- name: 'Band10+',
+ name: '市场企划岗',
marketStatus: 0,
saleStatus: 1,
productStatus: 2,
FAEStatusL: 0,
salesManagement: 1
}, {
- name: 'Band10',
+ name: '销售岗',
marketStatus: 1,
saleStatus: 2,
productStatus: 1,
FAEStatusL: 0,
salesManagement: 1
}, {
- name: 'Band9',
+ name: '产品企划岗',
marketStatus: 2,
saleStatus: 0,
productStatus: 0,
FAEStatusL: 0,
salesManagement: 1
}, {
- name: 'Band8',
+ name: 'FAE岗',
marketStatus: 0,
saleStatus: 1,
productStatus: 2,
FAEStatusL: 0,
salesManagement: 1
}, {
- name: 'Band7',
+ name: '销售管理岗位',
marketStatus: 1,
saleStatus: 2,
productStatus: 0,
FAEStatusL: 0,
salesManagement: 1
- }, {
- name: 'Band6',
- marketStatus: 2,
- saleStatus: 0,
- productStatus: 1,
- FAEStatusL: 0,
- salesManagement: 1
}],
drawer: false,
activeName: 'first'
@@ -348,20 +341,11 @@ export default {
handleClick(tab, event) {
console.log(tab, event);
},
- objectSpanMethod({ row, column, rowIndex, columnIndex }) {
- if (columnIndex !== 0) {
- if (rowIndex <= 1) { return false }
- if (rowIndex % 2 === 0) {
- return {
- rowspan: 2,
- colspan: 1
- };
- } else {
- return {
- rowspan: 0,
- colspan: 0
- };
- }
+ arraySpanMethod({ row, column, rowIndex, columnIndex }) {
+ if (columnIndex === 1) {
+ return [1, 2];
+ } else if (columnIndex === 2) {
+ return [0, 0];
}
},
switchInfo(num) {