详情,选择慰问对象
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div class="AppWalkask">
|
||||
<template v-if="isList">
|
||||
<u-navbar title="走访慰问" back-icon-color="#fff" title-color="#fff" title-width="300" title-size="36" :background="backgroundNavbar"> </u-navbar>
|
||||
<u-navbar title="走访慰问" back-icon-color="#fff" title-color="#fff" title-width="300" title-size="36" :border-bottom="false" :background="backgroundNavbar"> </u-navbar>
|
||||
|
||||
<div class="header-top">
|
||||
<u-tabs :list="tabList" :is-scroll="false" :current="current" height="96" bg-color="#3975C6" inactive-color="#fff" active-color="#fff" @change="change"></u-tabs>
|
||||
@@ -23,7 +23,7 @@
|
||||
</div>
|
||||
|
||||
<!-- v-if="data.length > 0" -->
|
||||
<div @click.stop="btnHide" class="datas">
|
||||
<div @click.stop="btnHide" class="datas" v-if="data.length > 0">
|
||||
<div class="cards" @click.stop="toDetail" v-for="(item, i) in 4" :key="i">
|
||||
<div class="cards-top">
|
||||
<div class="cards-left">
|
||||
@@ -55,9 +55,11 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- <ai-empty description="您还未添加过入户调查走访" class="emptyWrap" v-else> </ai-empty> -->
|
||||
<div v-else>
|
||||
<ai-empty description="您还未添加过入户调查走访" class="emptyWrap"> </ai-empty>
|
||||
|
||||
<div class="addBtn">点击<span class="toAdd">新增按钮</span>试试试吧~</div>
|
||||
<div class="addBtn">点击<span class="toAdd" @click="toAdd">新增按钮</span>试试试吧~</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="currentRight" v-if="current == 1">1</div>
|
||||
@@ -179,11 +181,10 @@ export default {
|
||||
<style lang="scss" scoped>
|
||||
.AppWalkask {
|
||||
height: 100%;
|
||||
// background: #fff;
|
||||
// padding: 0 0 100% 0;
|
||||
.header-middle {
|
||||
padding-bottom: 56px;
|
||||
.currentLeft {
|
||||
padding-bottom: 56px;
|
||||
background: #fff;
|
||||
.currentLeft-top {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user