|
@@ -90,7 +90,7 @@
|
|
|
<view @click="goToPage('jzht')" class="card-item-box">
|
|
<view @click="goToPage('jzht')" class="card-item-box">
|
|
|
<icon class="index-icon ht-a-icon" v-if="indexInfoData.status === 0"></icon>
|
|
<icon class="index-icon ht-a-icon" v-if="indexInfoData.status === 0"></icon>
|
|
|
<icon class="index-icon ht-sh-icon" v-if="indexInfoData.status === 1"></icon>
|
|
<icon class="index-icon ht-sh-icon" v-if="indexInfoData.status === 1"></icon>
|
|
|
- <icon class="index-icon ht-icon" v-if="indexInfoData.status === 2 || indexInfoData.status === 3"></icon>
|
|
|
|
|
|
|
+ <icon class="index-icon ht-icon" v-if="indexInfoData.status === 2 || indexInfoData.status === 3 || indexInfoData.status === -1"></icon>
|
|
|
<text>家政合同</text>
|
|
<text>家政合同</text>
|
|
|
</view>
|
|
</view>
|
|
|
<view @click="goToPage('sfht')" class="card-item-box">
|
|
<view @click="goToPage('sfht')" class="card-item-box">
|