Commit 902cc9e769a1bd80c894f73224bbae5b3a414c6d
1 parent
6c656536
fix bug
Showing
1 changed file
with
6 additions
and
1 deletions
src/views/event/handwork/index.vue
| ... | ... | @@ -180,9 +180,14 @@ onMounted(() => { |
| 180 | 180 | </el-form-item> |
| 181 | 181 | <el-form-item> |
| 182 | 182 | <el-button type="primary" @click="getList">查询</el-button> |
| 183 | + | |
| 184 | + </el-form-item> | |
| 185 | + <el-form-item> | |
| 186 | + <router-link to="/event/handwork/edit"> | |
| 183 | 187 | <el-button type="primary"> |
| 184 | - <router-link to="/event/handwork/edit">添加活动</router-link> | |
| 188 | + 添加活动 | |
| 185 | 189 | </el-button> |
| 190 | + </router-link> | |
| 186 | 191 | </el-form-item> |
| 187 | 192 | </el-form> |
| 188 | 193 | </el-row> | ... | ... |