任务统一改成岗位

This commit is contained in:
18500206848
2024-04-25 19:39:11 +08:00
parent 3e01893ef7
commit 9642c98111
13 changed files with 21 additions and 21 deletions

View File

@@ -17,7 +17,7 @@
mode=""></image>
<view style="flex:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;">{{ item.workname }}
</view>
<view class="type" v-if="item.type1 == 0">任务</view>
<view class="type" v-if="item.type1 == 0">岗位</view>
<view class="type" v-else-if="item.type1 == 1">岗位</view>
<view class="type" v-else-if="item.type1 == 2">招工</view>
<view class="baddd"></view>