29873,29872

This commit is contained in:
shijingjing
2022-05-26 09:01:16 +08:00
parent 102cab0ad3
commit 52f80012c2
3 changed files with 38 additions and 23 deletions

View File

@@ -42,12 +42,20 @@
<div class="addbtn" @click="toReport" hover-class="text-hover">添加返乡报备</div> <div class="addbtn" @click="toReport" hover-class="text-hover">添加返乡报备</div>
</div> </div>
<u-popup v-model="show" mode="center" border-radius="14" width="90%" height="150px"> <u-popup v-model="show" mode="bottom" border-radius="30" height="200px">
<view>出淤泥而不染濯清涟而不妖</view> <div class="shareBox">
<view>出淤泥而不染濯清涟而不妖</view> <h2>分享到</h2>
<view>出淤泥而不染濯清涟而不妖</view> <div>
<view>出淤泥而不染濯清涟而不妖</view> <div class="itemCard" @click="toPage(item.url)" v-for="(item, i) in list" :key="i">
<img :src="item.img" alt="" class="imgs" />
<div class="names">{{ item.name }}</div>
</div>
</div>
</div>
</u-popup>
<u-popup v-model="showCode" mode="center" border-radius="14" width="90%" height="150px">
</u-popup> </u-popup>
</div> </div>
</template> </template>
@@ -64,6 +72,7 @@ export default {
current: 1, current: 1,
total: 0, total: 0,
show: false, show: false,
showCode: false,
} }
}, },
@@ -260,6 +269,11 @@ export default {
color: #fff; color: #fff;
} }
} }
.shareBox {
padding: 32px;
box-sizing: border-box;
}
} }
</style> </style>

View File

@@ -4,11 +4,11 @@
<div class="middle"> <div class="middle">
<div class="nav"> <div class="nav">
<div class="navLeft" @click="showType = true"> <!-- <div class="navLeft" @click="showType = true">
<span class="showTypes">{{ name ? name : '全部类型' }}</span> <span class="showTypes">{{ name ? name : '全部类型' }}</span>
<u-icon name="arrow-down" style="margin-left: 16px"></u-icon> <u-icon name="arrow-down" style="margin-left: 16px"></u-icon>
</div> </div> -->
<u-search v-model="searchObj" placeholder="请输入姓名或电话" :show-action="false" clearabled bg-color="#fff" search-icon-color="#6AA8F8" placeholder-color="#D0D4D4" @search="handerSearch" @clear=";(searchObj = ''), init()" /> <u-search v-model="searchObj" placeholder="请输入姓名或电话" :show-action="false" clearabled bg-color="#fff" search-icon-color="#6AA8F8" placeholder-color="#D0D4D4" @search="handerSearch" @clear=";(searchObj = ''), init()" />
</div> </div>
@@ -19,7 +19,8 @@
<div class="cont">{{ item.description }}</div> <div class="cont">{{ item.description }}</div>
<div class="flex"> <div class="flex">
<span class="tags">{{ $dict.getLabel('atWillReportType', item.applyIntegralType) }}</span> <!-- {{ $dict.getLabel('atWillReportType', item.applyIntegralType) }} -->
<span class="tags"></span>
<span class="times">{{ item.createTime }}</span> <span class="times">{{ item.createTime }}</span>
</div> </div>
</div> </div>
@@ -183,10 +184,10 @@ export default {
align-items: center; align-items: center;
padding: 54px 0 14px 0; padding: 54px 0 14px 0;
.navLeft { .navLeft {
display: flex; // display: flex;
width: calc(100% - 430px); // width: calc(100% - 430px);
height: 32px; // height: 32px;
line-height: 32px; // line-height: 32px;
.showTypes { .showTypes {
font-size: 38px; font-size: 38px;
@@ -197,7 +198,7 @@ export default {
} }
} }
::v-deep u-search { ::v-deep u-search {
width: 410px; width: 100%;
} }
} }
@@ -225,12 +226,12 @@ export default {
justify-content: space-between; justify-content: space-between;
margin-top: 28px; margin-top: 28px;
.tags { .tags {
display: inline-block; // display: inline-block;
padding: 4px 16px; // padding: 4px 16px;
background: #eeeeee; // background: #eeeeee;
border-radius: 24px; // border-radius: 24px;
font-size: 28px; // font-size: 28px;
color: #999999; // color: #999999;
} }
.times { .times {
width: 47%; width: 47%;

View File

@@ -49,19 +49,19 @@
</div> </div>
</div> </div>
<div class="cards" v-if="detail.auditStatus == 1"> <!-- <div class="cards" v-if="detail.auditStatus == 1">
<div class="cards-left">积分规则类型</div> <div class="cards-left">积分规则类型</div>
<div class="cards-right"> <div class="cards-right">
<span> <span>
{{ $dict.getLabel('atWillReportType', detail.applyIntegralType) }} {{ $dict.getLabel('atWillReportType', detail.applyIntegralType) }}
</span> </span>
</div> </div>
</div> </div> -->
<div class="cards" v-if="detail.auditStatus == 1"> <!-- <div class="cards" v-if="detail.auditStatus == 1">
<div class="cards-left">积分规则事项</div> <div class="cards-left">积分规则事项</div>
<div class="cards-right" style="width: 75%; text-align: right">{{ detail.auditRuleName }}</div> <div class="cards-right" style="width: 75%; text-align: right">{{ detail.auditRuleName }}</div>
</div> </div> -->
<div class="cards" v-if="detail.auditStatus == 1"> <div class="cards" v-if="detail.auditStatus == 1">
<div class="cards-left">积分调整</div> <div class="cards-left">积分调整</div>