|
|
@@ -66,11 +66,11 @@
|
|
|
:interactive="true" />
|
|
|
</view>
|
|
|
|
|
|
- <!-- 登录后:关键人拓展(关键人拓展) -->
|
|
|
+ <!-- 登录后:章鱼图(关键人拓展) -->
|
|
|
<view class="section" v-if="isLoggedIn">
|
|
|
<view class="section-header">
|
|
|
<view>
|
|
|
- <text class="section-title">🧭 关键人拓展</text>
|
|
|
+ <text class="section-title">🐙 章鱼图</text>
|
|
|
<text class="section-sub">从成效出发,挖掘关键人,画出拓展路径</text>
|
|
|
</view>
|
|
|
<text class="section-link" @tap="goOctopusAddEffect">+ 记录成效</text>
|
|
|
@@ -592,13 +592,13 @@ export default {
|
|
|
self.abilityData = []
|
|
|
})
|
|
|
},
|
|
|
- /** 加载关键人拓展数据 */
|
|
|
+ /** 加载章鱼图数据 */
|
|
|
loadOctopusData: function() {
|
|
|
var self = this
|
|
|
getOctopusEffects().then(function(res) {
|
|
|
self.octopusEffects = (res.code === 200 && res.data) ? res.data : null
|
|
|
}).catch(function(e) {
|
|
|
- console.log('获取关键人拓展数据失败', e)
|
|
|
+ console.log('获取章鱼图数据失败', e)
|
|
|
self.octopusEffects = null
|
|
|
})
|
|
|
getOctopusAnalysisSummary().then(function(res) {
|