|
@@ -47,7 +47,29 @@
|
|
<block v-if="checkPermi(['zxNotice:notice:list'])">
|
|
<block v-if="checkPermi(['zxNotice:notice:list'])">
|
|
<h-notice :noticelist="noticelist" :autoplay='autoplay' @getNoticeDet="getNoticeDet"></h-notice>
|
|
<h-notice :noticelist="noticelist" :autoplay='autoplay' @getNoticeDet="getNoticeDet"></h-notice>
|
|
</block>
|
|
</block>
|
|
-
|
|
|
|
|
|
+ <!-- 提案办理 -->
|
|
|
|
+ <view class="flexcw blbox">
|
|
|
|
+ <view class="htbox" @click="handleTotabl" v-if="checkPermi(['proposalInfo:info:unitList','sqmyInfo:info:unitList'])">
|
|
|
|
+ <image :src="kricob" class="hrbg"></image>
|
|
|
|
+ <view class="htboxa flexc">
|
|
|
|
+ <view class="flex1 mr10">
|
|
|
|
+ <view class="tit">提案/社情办理</view>
|
|
|
|
+ <view class="txt">提案、社情单位办理</view>
|
|
|
|
+ </view>
|
|
|
|
+ <!-- <image :src="hrimgc" class="flex0 imgc"></image> -->
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="htbox" @click="handleTocu" v-if="checkPermi(['zxUrge:urge:list'])">
|
|
|
|
+ <image :src="kricoa" class="hrbg"></image>
|
|
|
|
+ <view class="htboxa flexc">
|
|
|
|
+ <view class="flex1 mr10">
|
|
|
|
+ <view class="tit">催办信息</view>
|
|
|
|
+ <view class="txt">了解催办信息</view>
|
|
|
|
+ </view>
|
|
|
|
+ <!-- <image :src="hrimgd" class="flex0 imgd"></image> -->
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
<!-- 入口 -->
|
|
<!-- 入口 -->
|
|
<view class="mt22">
|
|
<view class="mt22">
|
|
<view class="htit">快捷入口</view>
|
|
<view class="htit">快捷入口</view>
|
|
@@ -93,7 +115,7 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
- <view class="htbox" @click="handleTotabl" v-if="checkPermi(['proposalInfo:info:unitList','sqmyInfo:info:unitList'])">
|
|
|
|
|
|
+ <!-- <view class="htbox" @click="handleTotabl" v-if="checkPermi(['proposalInfo:info:unitList','sqmyInfo:info:unitList'])">
|
|
<image :src="hrbgc" class="hrbg"></image>
|
|
<image :src="hrbgc" class="hrbg"></image>
|
|
<view class="htboxa flexc">
|
|
<view class="htboxa flexc">
|
|
<view class="flex1 mr10">
|
|
<view class="flex1 mr10">
|
|
@@ -112,7 +134,7 @@
|
|
</view>
|
|
</view>
|
|
<image :src="hrimgd" class="flex0 imgd"></image>
|
|
<image :src="hrimgd" class="flex0 imgd"></image>
|
|
</view>
|
|
</view>
|
|
- </view>
|
|
|
|
|
|
+ </view> -->
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
@@ -187,6 +209,8 @@
|
|
hrimgb:require("@/static/images/home/hrimgb.png"),
|
|
hrimgb:require("@/static/images/home/hrimgb.png"),
|
|
hrimgc:require("@/static/images/home/hrimgc.png"),
|
|
hrimgc:require("@/static/images/home/hrimgc.png"),
|
|
hrimgd:require("@/static/images/home/hrimgd.png"),
|
|
hrimgd:require("@/static/images/home/hrimgd.png"),
|
|
|
|
+ kricoa:require("@/static/images/home/kricoa.png"),
|
|
|
|
+ kricob:require("@/static/images/home/kricob.png"),
|
|
upimg:require("@/static/images/home/up.png"),
|
|
upimg:require("@/static/images/home/up.png"),
|
|
tabval:1,
|
|
tabval:1,
|
|
tabList:[{tit:'公开提案',val:1,limit:'proposalInfo:info:list'},{tit:'社情民意',val:2,limit:'sqmyInfo:info:list'},],
|
|
tabList:[{tit:'公开提案',val:1,limit:'proposalInfo:info:list'},{tit:'社情民意',val:2,limit:'sqmyInfo:info:list'},],
|
|
@@ -525,6 +549,13 @@
|
|
.imgd{width: 70rpx;height: 56rpx;}
|
|
.imgd{width: 70rpx;height: 56rpx;}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ .blbox{margin-top: 38rpx;
|
|
|
|
+ .htbox{width: 340rpx;height: 150rpx;background: #FFFFFF;box-shadow: 0px 0px 30rpx 0px #DADADA;border-radius: 10rpx;margin-bottom: 0;
|
|
|
|
+ .htboxa{padding: 0 24rpx;
|
|
|
|
+ .txt{color: #959595;}
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|