Commit 2b935c2ece1566f19eba38177d9318a00089dee5
1 parent
019aaa4c
debug
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/event/category/index.vue
| ... | ... | @@ -203,7 +203,7 @@ onMounted(() => { |
| 203 | 203 | <el-form-item> |
| 204 | 204 | <el-button type="primary" @click="getList">查询</el-button> |
| 205 | 205 | <el-button type="primary" @click="dialogFormVisible = true" |
| 206 | - >添加活动类型</el-button | |
| 206 | + >新增活动类型</el-button | |
| 207 | 207 | > |
| 208 | 208 | </el-form-item> |
| 209 | 209 | </el-form> |
| ... | ... | @@ -250,7 +250,7 @@ onMounted(() => { |
| 250 | 250 | |
| 251 | 251 | <el-dialog |
| 252 | 252 | v-model="dialogFormVisible" |
| 253 | - title="编辑活动类型" | |
| 253 | + title="新增活动类型" | |
| 254 | 254 | @close="dialogClose" |
| 255 | 255 | > |
| 256 | 256 | <el-form | ... | ... |