|
|
@@ -67,6 +67,10 @@
|
|
|
<icon class="index-icon ks-icon"></icon>
|
|
|
<text>考试管理</text>
|
|
|
</view>
|
|
|
+ <view @click="goToPage('kscx')" class="card-item-box">
|
|
|
+ <icon class="index-icon kscx-icon"></icon>
|
|
|
+ <text>考试查询</text>
|
|
|
+ </view>
|
|
|
<view @click="goToPage('cj')" class="card-item-box">
|
|
|
<icon class="index-icon cj-icon"></icon>
|
|
|
<text>成绩管理</text>
|
|
|
@@ -79,17 +83,14 @@
|
|
|
<icon class="index-icon kc-icon"></icon>
|
|
|
<text>课程管理</text>
|
|
|
</view>
|
|
|
- <view @click="goToPage('kscx')" class="card-item-box">
|
|
|
- <icon class="index-icon kz-icon"></icon>
|
|
|
- <text>考试查询</text>
|
|
|
- </view>
|
|
|
+
|
|
|
</view>
|
|
|
<view class="card-list-box">
|
|
|
<view class="card-list-title">合同管理</view>
|
|
|
<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 === 1">待审核</icon>
|
|
|
- <icon class="index-icon ht-icon" v-if="indexInfoData.status === 2 && indexInfoData.status === 3">其他</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-icon" v-if="indexInfoData.status === 2 && indexInfoData.status === 3"></icon>
|
|
|
<text>家政合同</text>
|
|
|
</view>
|
|
|
<view @click="goToPage('sfht')" class="card-item-box">
|