mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-18 07:16:47 +08:00
点击跳转岗位
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
</view>
|
||||
<view class="path_body" :style="{height:dataList.length<=7?'93vh':''}">
|
||||
<view class="body_header">
|
||||
<view class="left" @click="goAllPath">全岗位路径</view>
|
||||
<view class="left" v-if="isAllPath" @click="goAllPath">全岗位路径</view>
|
||||
<view v-else></view>
|
||||
<view class="right">
|
||||
<u-switch size="14" v-model="openDown"></u-switch>
|
||||
<text class="text">高亮显示未完成</text>
|
||||
@@ -93,9 +94,11 @@
|
||||
onLoad(options) {
|
||||
this.growId = options.growId
|
||||
this.titleName = options.name
|
||||
this.isAllPath = options.isAllPath == 'true'
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
isAllPath: true,
|
||||
istabId: '',
|
||||
notColor: [],
|
||||
flagToggle: 0,
|
||||
|
||||
Reference in New Issue
Block a user