Explorar el Código

首页样式修改

tanxue hace 1 semana
padre
commit
bafb71e3ea
Se han modificado 2 ficheros con 15 adiciones y 3 borrados
  1. 4 0
      common/styles/global/pages.scss
  2. 11 3
      pages/admin/ShouYe/shouye.vue

+ 4 - 0
common/styles/global/pages.scss

@@ -208,6 +208,8 @@
 	.zjz-icon{background-image: url("@/static/images/index/zjzgs-icon.png");}
 	.ht-a-icon{background-image: url("@/static/images/index/ht-a-icon.png");}
 	.ht-icon{background-image: url("@/static/images/index/ht-icon.png");}
+	.jzkh-icon{background-image: url("@/static/images/index/jzkh-icon.png");}
+	.sfht-icon{background-image: url("@/static/images/index/sfht-icon.png");}
 }
 /*** 考试页面***/
 .phone-list-page{
@@ -561,6 +563,7 @@
 		.list-row:last-child{border: 0;}
 		.list-icon{width: 42rpx;height: 42rpx;@include ezy-no-repeat-cover;margin-right: 32rpx;}
 		.user-icon{background-image: url("@/static/images/my/my-editor-icon.png");}
+		.jzxx-icon{background-image: url("@/static/images/my/my-jzxx-icon.png");}
 		.mm-icon{background-image: url("@/static/images/login/login-lock-icon.png");}
 		.code-icon{background-image: url("@/static/images/my/two-code-icon.png");}
 		.score-icon{background-image: url("@/static/images/my/my-score-icon.png");}
@@ -983,6 +986,7 @@
 		.bottom-icon{width: 36rpx;height: 36rpx;display: block;@include ezy-no-repeat-cover();margin: 0 auto 2rpx;}
 		.zl-icon{background-image: url("@/static/images/common/jz-editor-icon.png");}
 		.tel-icon{background-image: url("@/static/images/common/jz-tel-icon.png");}
+		.ht-icon{background-image: url("@/static/images/common/ht-icon.png");}
 		.bottom-text{font-size: 24rpx;color: #333;}
 	}
 	

+ 11 - 3
pages/admin/ShouYe/shouye.vue

@@ -34,7 +34,7 @@
 			<icon></icon>
 		</view>
 		<view class="card-list-box">
-			<view class="card-list-title">管理家政人员</view>
+			<view class="card-list-title">用户管理</view>
 			<view @click="goToPage('jz')" class="card-item-box">
 				<icon class="index-icon jz-icon"></icon>
 				<text>家政人员</text>
@@ -48,13 +48,17 @@
 				<icon class="index-icon zjz-icon"></icon>
 				<text>子家政公司</text>
 			</view>
+			<view @click="goToPage('zjkh')" class="card-item-box" v-if="auth.type == 2">
+				<icon class="index-icon jzkh-icon"></icon>
+				<text>家政客户</text>
+			</view>
 			<!-- <view @click="goToPage('demo')" class="card-item-box" v-if="auth.type == 2">
 		 	<icon class="index-icon zjz-icon"></icon>
 		 	<text>demo</text>
 		 </view> -->
 		</view>
 		<view class="card-list-box">
-			<view class="card-list-title">管理考证人员</view>
+			<view class="card-list-title">考务管理</view>
 			<view @click="goToPage('bz')" class="card-item-box">
 				<icon class="index-icon kz-icon"></icon>
 				<text>办证管理</text>
@@ -77,12 +81,16 @@
 			</view>
 		</view>
 		<view class="card-list-box">
-			<view class="card-list-title">管理合同</view>
+			<view class="card-list-title">合同管理</view>
 			<view @click="goToPage('jzht')" class="card-item-box">
 				<icon class="index-icon ht-a-icon" v-if="indexInfoData.tixingFlag"></icon>
 				<icon class="index-icon ht-icon" v-else></icon>
 				<text>家政合同</text>
 			</view>
+			<view @click="goToPage('sfht')" class="card-item-box">
+				<icon class="index-icon sfht-icon"></icon>
+				<text>三方合同</text>
+			</view>
 		</view>
 		<!-- 页面底端 -->
 		<customTabbarAdminVue :current-tab="0"></customTabbarAdminVue>