调查走访
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
</template>
|
||||
|
||||
<!-- <div v-else>
|
||||
<AiEmpty description="您还未添加过入户走访慰问" class="emptyWrap"></AiEmpty>
|
||||
<AiEmpty description="您还未添加过入户调查走访" class="emptyWrap"></AiEmpty>
|
||||
|
||||
<div class="addBtns">
|
||||
<span> 点击</span>
|
||||
@@ -50,7 +50,7 @@
|
||||
</div> -->
|
||||
<div class="empty" v-else>
|
||||
<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>
|
||||
@@ -69,7 +69,7 @@ import { mapState } from 'vuex'
|
||||
|
||||
export default {
|
||||
name: 'AppWalkask',
|
||||
appName: '走访慰问',
|
||||
appName: '调查走访',
|
||||
components: {},
|
||||
props: {},
|
||||
data() {
|
||||
@@ -111,7 +111,7 @@ export default {
|
||||
})
|
||||
},
|
||||
onShow() {
|
||||
document.title = '走访慰问'
|
||||
document.title = '调查走访'
|
||||
},
|
||||
mounted() {},
|
||||
methods: {
|
||||
|
||||
Reference in New Issue
Block a user