居民活动

This commit is contained in:
shijingjing
2023-01-05 11:15:33 +08:00
parent 554db4fe72
commit 29495c0ee3
2 changed files with 7 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
<template>
<ai-detail>
<template slot="title">
<ai-title :title="params.id ? '编辑居民活动' : '添加居民活动'" isShowBack isShowBottomBorder @onBackClick="cancel(false)">
<ai-title :title="params.id ? `编辑${menuName}` : `添加${menuName}`" isShowBack isShowBottomBorder @onBackClick="cancel(false)">
</ai-title>
</template>
<template slot="content">
@@ -75,7 +75,8 @@
dict: Object,
params: Object,
areaId: String,
areaName: String
areaName: String,
menuName: {default: '居民活动'}
},
data () {