积分审核
This commit is contained in:
@@ -38,6 +38,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<AiEmpty v-if="!list.length" description="暂无数据"></AiEmpty>
|
||||
<AiEmpty v-if="!isGridMember" no-permit :description="`<p>您不是网格员<br/>无法使用网格员相关功能哦~</p>`"/>
|
||||
|
||||
<u-calendar v-model="showDateSelect" mode="range" min-year="2023" @change="dateConfirm"></u-calendar>
|
||||
<u-select v-model="isShowType" :list="typeList" value-name="id" label-name="ruleName" @confirm="typeConfirm"></u-select>
|
||||
@@ -76,6 +77,9 @@ export default {
|
||||
},
|
||||
computed: {
|
||||
...mapState(['user']),
|
||||
isGridMember() {
|
||||
return this.user.girdCheckType > 0
|
||||
},
|
||||
},
|
||||
onLoad() {
|
||||
this.$dict.load('appIntegralApplyEventStatus').then(() => {
|
||||
|
||||
@@ -97,8 +97,8 @@ uni-page-body {
|
||||
}
|
||||
.detail {
|
||||
height: 100%;
|
||||
padding-top: 32px;
|
||||
.content {
|
||||
margin: 32px 0;
|
||||
background-color: #fff;
|
||||
padding: 40px;
|
||||
box-sizing: border-box;
|
||||
|
||||
Reference in New Issue
Block a user