This commit is contained in:
yanran200730
2021-12-22 15:53:40 +08:00
parent 4f10eb59a9
commit d4749cbe7a
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
<template>
<ai-list v-if="!isShowDetail">
<template slot="title">
<ai-title title="居民管理" :isShowBottomBorder="false"></ai-title>
<ai-title title="居民信息管理" :isShowBottomBorder="false"></ai-title>
</template>
<template slot="tabs">
<el-tabs v-model="currIndex">
@@ -23,7 +23,7 @@
export default {
name: 'AppResidentManage',
label: '居民管理',
label: '居民信息管理',
components: {
List,

View File

@@ -1,7 +1,7 @@
<template>
<ai-detail class="AppResidentManage">
<template slot="title">
<ai-title title="居民详情" isShowBack isShowBottomBorder @onBackClick="cancel(false)"></ai-title>
<ai-title title="居民信息详情" isShowBack isShowBottomBorder @onBackClick="cancel(false)"></ai-title>
</template>
<template slot="content">
<div class="detail-top">