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,7 +345,7 @@ onMounted(() => { | ||
| 345 | <template> | 345 | <template> |
| 346 | <div class="page-container"> | 346 | <div class="page-container"> |
| 347 | <el-card class="form_card" style="max-width: 1303px"> | 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 | <h1 v-show="form.dataType === 'edit'">编辑活动</h1> | 349 | <h1 v-show="form.dataType === 'edit'">编辑活动</h1> |
| 350 | <el-form | 350 | <el-form |
| 351 | :inline="true" | 351 | :inline="true" |
src/views/event/handwork/index.vue
| @@ -185,7 +185,7 @@ onMounted(() => { | @@ -185,7 +185,7 @@ onMounted(() => { | ||
| 185 | <el-form-item> | 185 | <el-form-item> |
| 186 | <router-link to="/event/handwork/edit"> | 186 | <router-link to="/event/handwork/edit"> |
| 187 | <el-button type="primary"> | 187 | <el-button type="primary"> |
| 188 | - 添加活动 | 188 | + 发布活动 |
| 189 | </el-button> | 189 | </el-button> |
| 190 | </router-link> | 190 | </router-link> |
| 191 | </el-form-item> | 191 | </el-form-item> |