Commit 7864ebce692738b011b81467aa0c463cfc3eb89f

Authored by 杨泽宇
1 parent 2b935c2e

debug

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
... ... @@ -185,7 +185,7 @@ onMounted(() =&gt; {
185 185 <el-form-item>
186 186 <router-link to="/event/handwork/edit">
187 187 <el-button type="primary">
188   - 添加活动
  188 + 发布活动
189 189 </el-button>
190 190 </router-link>
191 191 </el-form-item>
... ...