点击跳转岗位

This commit is contained in:
zhangsir
2024-07-09 15:11:03 +08:00
parent 11a036b0f8
commit 02cc4a1297
3 changed files with 13 additions and 4 deletions

View File

@@ -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,