diff --git a/src/views/study/Growth.vue b/src/views/study/Growth.vue
index 6d54f94f..562fc439 100644
--- a/src/views/study/Growth.vue
+++ b/src/views/study/Growth.vue
@@ -17,7 +17,7 @@
@@ -164,6 +164,17 @@
+
+
+
+
+ 用户管理
+ 配置管理
+
+
+
+
+
@@ -275,12 +286,17 @@ export default {
FAEStatusL: 0,
salesManagement: 1
}],
+ drawer: false,
+ activeName: 'first'
};
},
mounted() {
},
methods: {
+ handleClick(tab, event) {
+ console.log(tab, event);
+ },
objectSpanMethod({ row, column, rowIndex, columnIndex }) {
if (columnIndex !== 0) {
if (rowIndex <= 1) { return false }