Переглянути джерело

申请办证数量样式开发

tanxue 1 місяць тому
батько
коміт
8cd76df5ad

+ 11 - 2
common/styles/global/pages.scss

@@ -210,6 +210,7 @@
 	.cj-icon{background-image: url("@/static/images/index/cj-icon.png");}
 	.lx-icon{background-image: url("@/static/images/index/lx-icon.png");}
 	.kc-icon{background-image: url("@/static/images/index/kc-icon.png");}
+	.zjz-icon{background-image: url("@/static/images/index/zjzgs-icon.png");}
 }
 /*** 考试页面***/
 .phone-list-page{
@@ -1150,7 +1151,7 @@
 		background-color: #fff;margin: 0 20rpx 24rpx;padding: 16rpx 0;border-radius: 8rpx;
 		.zjzgs-title{font-size:32rpx ;margin: 0 24rpx;color:#3fd2a1;text-align:center;font-weight: bold;margin-bottom:10rpx;}
 		.num-item-box{
-			border-bottom:1rpx dashed #3fd2a1;display: flex;align-items: center;justify-content: space-evenly;
+			border-bottom:1rpx dashed #3fd2a1;display: flex;align-items: center;justify-content: space-between;
 			font-size: 32rpx;text-align: center;color: #333;padding: 24rpx 0;margin: 0 24rpx;
 			.num-btn{font-size: 26rpx;padding: 8rpx 20rpx;border-radius: 8rpx;line-height: 1.1;flex-shrink: 0;
 			// background-color: #fff;color: #3fd2a1;border: 1rpx solid #3fd2a1;
@@ -1159,4 +1160,12 @@
 		}
 		.num-item-box:nth-child(4){border-bottom: 0;}
 	}
-}
+	.list-btn-box{
+		width: 100%;margin-top: 24rpx;
+		.list-btn{
+			padding: 12rpx 20rpx;border-radius: 8rpx;line-height: 1.1;
+			font-size: 32rpx;background-color: #3fd2a1;color: #fff;
+			margin:36rpx auto 20rpx;width: 200rpx;text-align: center;
+		}
+	}
+}

+ 1 - 1
pages/admin/ShouYe/shouye.vue

@@ -44,7 +44,7 @@
 		 	<text>创建子账号</text>
 		 </view>
 		 <view @click="goToPage('zjz')" class="card-item-box" v-if="auth.type == 2">
-		 	<icon class="index-icon zzh-icon"></icon>
+		 	<icon class="index-icon zjz-icon"></icon>
 		 	<text>子家政公司</text>
 		 </view>
 	  </view>

+ 10 - 11
pages/admin/zijiazheng/banzhengshuliang.vue

@@ -2,23 +2,22 @@
 	<view class="phone-zjzgs-page">
 		<view class="icon-title-navBar-box">
 			<view @click="goUpPage" class="nav-bar-icon"></view>
-			<text class="nav-bar-title">子家政公司</text>
-		</view>
-		<view class="jiazheng-search-box">
-			<uni-datetime-picker v-model="data.range" type="daterange" @change="onDateSelect" style="flex: 1" class="yishou-date-box"/>
+			<text class="nav-bar-title">申请办证数量</text>
 		</view>
 		<view class="zjzgs-body-box">
-			<view class="zjzgs-num-box" v-for="item in data.list" :key="item.jzId">
-				<view class="zjzgs-title">{{ item.jgName }}</view>
+			<!-- v-for="item in data.list" :key="item.jzId" -->
+			<view class="zjzgs-num-box" >
+				<view class="zjzgs-title">工商联</view>
 				<view class="num-item-box">
-					<view>职业名称:{{ item.zyName }}</view>
+					<view>职业等级:育婴师高级</view>
+					<view> </view>
 				</view>
 				<view class="num-item-box">
-					<view>职业等级:{{ item.zyLevel }}</view>
+					<view>申请数量:100</view>
 				</view>
-				<view class="num-item-box">
-					<view>家政人员数量:{{ item.userCount }}</view>
-					<view class="num-btn" @click="checkUser(item)">详情</view>
+				
+				<view class="list-btn-box">
+					<view class="list-btn">查看详情</view>
 				</view>
 			</view>
 		</view> 

+ 1 - 1
pages/admin/zijiazheng/yibanzhengshuliang.vue

@@ -2,7 +2,7 @@
 	<view class="phone-zjzgs-page">
 		<view class="icon-title-navBar-box">
 			<view @click="goUpPage" class="nav-bar-icon"></view>
-			<text class="nav-bar-title">子家政公司</text>
+			<text class="nav-bar-title">已办证数量</text>
 		</view>
 		<view class="jiazheng-search-box">
 			<uni-datetime-picker v-model="data.range" type="daterange" @change="onDateSelect" style="flex: 1" class="yishou-date-box"/>

BIN
static/images/index/zjzgs-icon.png