From aec583406153e2ca802af524ef73a77787ce928b Mon Sep 17 00:00:00 2001 From: NiSen Date: Thu, 25 Jan 2024 13:20:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=A1=E6=81=AF=E6=A6=82=E8=A7=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/study/Growth.vue | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) 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 }