调查走访
This commit is contained in:
@@ -40,7 +40,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<!-- <div v-else>
|
<!-- <div v-else>
|
||||||
<AiEmpty description="您还未添加过入户走访慰问" class="emptyWrap"></AiEmpty>
|
<AiEmpty description="您还未添加过入户调查走访" class="emptyWrap"></AiEmpty>
|
||||||
|
|
||||||
<div class="addBtns">
|
<div class="addBtns">
|
||||||
<span> 点击</span>
|
<span> 点击</span>
|
||||||
@@ -50,7 +50,7 @@
|
|||||||
</div> -->
|
</div> -->
|
||||||
<div class="empty" v-else>
|
<div class="empty" v-else>
|
||||||
<img src="https://cdn.cunwuyun.cn/dvcp/h5/no-data.png" alt="" />
|
<img src="https://cdn.cunwuyun.cn/dvcp/h5/no-data.png" alt="" />
|
||||||
<p>您还未添加过走访慰问<br />点击<span @click="toAdd()">新增按钮</span>试试吧</p>
|
<p>您还未添加过调查走访<br />点击<span @click="toAdd()">新增按钮</span>试试吧</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -69,7 +69,7 @@ import { mapState } from 'vuex'
|
|||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'AppWalkask',
|
name: 'AppWalkask',
|
||||||
appName: '走访慰问',
|
appName: '调查走访',
|
||||||
components: {},
|
components: {},
|
||||||
props: {},
|
props: {},
|
||||||
data() {
|
data() {
|
||||||
@@ -111,7 +111,7 @@ export default {
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
document.title = '走访慰问'
|
document.title = '调查走访'
|
||||||
},
|
},
|
||||||
mounted() {},
|
mounted() {},
|
||||||
methods: {
|
methods: {
|
||||||
|
|||||||
Reference in New Issue
Block a user