| | |
| | | <view class="content">
|
| | | <view class="bgColor2 h-96 flex a-center fs-27 j-between txt-center shadow1 font-w400 color1"
|
| | | style="position: sticky;top: 0;">
|
| | | <view @click="changeType('')" class="flex1 relative" :class="searchParams.type == '' && 'color2 font-bold'">
|
| | | <view @click="changeType('')" class="flex1 bgColor2 relative" :class="searchParams.type == '' && 'color2 font-bold'">
|
| | | <view class="relative zIndex1000">
|
| | | 全部
|
| | | </view>
|
| | | <view v-if="searchParams.type == ''" class="bgColor1"></view>
|
| | | </view>
|
| | | <view @click="changeType('0')" class="flex1 relative"
|
| | | <view @click="changeType('0')" class="flex1 bgColor2 relative"
|
| | | :class="searchParams.type == '0' && 'color2 font-bold'">
|
| | | <view class="relative zIndex1000">
|
| | | 上报待审核
|
| | | </view>
|
| | | <view v-if="searchParams.type == '0'" class="bgColor1"></view>
|
| | | </view>
|
| | | <view @click="changeType('1')" class="flex1 relative"
|
| | | <view @click="changeType('1')" class="flex1 bgColor2 relative"
|
| | | :class="searchParams.type == '1' && 'color2 font-bold'">
|
| | | <view class="relative zIndex1000">
|
| | | 正在办理
|
| | | </view>
|
| | | <view v-if="searchParams.type == '1'" class="bgColor1"></view>
|
| | | </view>
|
| | | <view @click="changeType('2')" class="flex1 relative"
|
| | | <view @click="changeType('2')" class="flex1 bgColor2 relative"
|
| | | :class="searchParams.type == '2' && 'color2 font-bold'">
|
| | | <view class="relative zIndex1000">
|
| | | 办结
|