Commit 902cc9e769a1bd80c894f73224bbae5b3a414c6d

Authored by 张红振
1 parent 6c656536

fix bug

src/views/event/handwork/index.vue
@@ -180,9 +180,14 @@ onMounted(() => { @@ -180,9 +180,14 @@ onMounted(() => {
180 </el-form-item> 180 </el-form-item>
181 <el-form-item> 181 <el-form-item>
182 <el-button type="primary" @click="getList">查询</el-button> 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 <el-button type="primary"> 187 <el-button type="primary">
184 - <router-link to="/event/handwork/edit">添加活动</router-link> 188 + 添加活动
185 </el-button> 189 </el-button>
  190 + </router-link>
186 </el-form-item> 191 </el-form-item>
187 </el-form> 192 </el-form>
188 </el-row> 193 </el-row>