@@ -18,7 +18,12 @@ Page({
},
matters: [0, 0, 0, 2, 6, 3, 0],
// 南岸区政务服务事项总数数据零的数量
- mattersZero: 3
+ mattersZero: 3,
+ backEndDoing:[{
+ "status":0,
+ "department":"南岸区卫健委",
+
+ }]
/**
@@ -290,6 +290,17 @@ https://s1.ax1x.com/2022/10/14/xwE3Ie.png -->
</view>
-<view class="box"></view>
+<view class="box">
+ <view class="box2Title">
+ <image class="box2TitleIcon" src="/pages/images/box2TitleIcon.png"></image>
+ <text>实时办件详情</text>
+ </view>
+ <view class="box2Crossline">
+ <view class="table">
+ <include src="./tableHead"></include>
+ <include src="./tableContent"></include>
+</view>
<view class="foot"></view>
@@ -316,6 +316,33 @@ page{
border-left: 18rpx solid #0B868E;
border-top: 18rpx solid transparent;
}
+.table{
+ height: 600rpx;
+}
+.tableHaed{
+ background: #DBDBDB;
+ height: 57rpx;
+.tableHaed view{
+ line-height: 57rpx;
+ float: left;
+ text-align: left;
+ font-size: 23rpx;
+.tableContent{
+ background: #fff;
+.tableContent view{
+ height: 90rpx;
+ line-height: 90rpx;
.foot{
@@ -0,0 +1,9 @@
+<view class="tableContent">
+ <view style="text-align: center; width: 100rpx; ">
+ <view style="margin-top: 25rpx; margin-left: 15rpx; width: 63rpx;height: 33rpx;line-height: 33rpx; background: #4CAF50;border-radius: 4px;text-align: center;">状态</view>
+ <view style="text-align: left; width: 180rpx;">受理部门</view>
+ <view style="text-align: left; width: 180rpx;">办理名称</view>
+ <view style="text-align: left; width: 120rpx;">受理日期</view>
+ <view style="text-align: left; width: 120rpx;">承诺日期</view>
@@ -0,0 +1,8 @@
+<view class="tableHaed">
+ <view style="text-align: center; width: 100rpx;">状态</view>