Commit 7864ebce692738b011b81467aa0c463cfc3eb89f
1 parent
2b935c2e
debug
Showing
2 changed files
with
2 additions
and
2 deletions
src/views/event/handwork/edit.vue
| ... | ... | @@ -345,7 +345,7 @@ onMounted(() => { |
| 345 | 345 | <template> |
| 346 | 346 | <div class="page-container"> |
| 347 | 347 | <el-card class="form_card" style="max-width: 1303px"> |
| 348 | - <h1 v-show="form.dataType === 'add'">新增活动</h1> | |
| 348 | + <h1 v-show="form.dataType === 'add'">发布活动</h1> | |
| 349 | 349 | <h1 v-show="form.dataType === 'edit'">编辑活动</h1> |
| 350 | 350 | <el-form |
| 351 | 351 | :inline="true" | ... | ... |
src/views/event/handwork/index.vue