您的位置:首页 > 娱乐 > 八卦 > 网络营销的特点及优势_西安seo网站排名优化公司_地推团队如何收费_网站优化seo怎么做

网络营销的特点及优势_西安seo网站排名优化公司_地推团队如何收费_网站优化seo怎么做

2025/2/24 6:54:09 来源:https://blog.csdn.net/qq_39772439/article/details/143776671  浏览:    关键词:网络营销的特点及优势_西安seo网站排名优化公司_地推团队如何收费_网站优化seo怎么做
网络营销的特点及优势_西安seo网站排名优化公司_地推团队如何收费_网站优化seo怎么做

1,vue数据列表中进行回显状态并可以在下拉框中选择修改,效果如下

2,vue 页面关键代码

 <el-table-column label="审核"  align="center" class-name="small-padding fixed-width" prop="status" ><template slot-scope="scope"><el-select v-model="scope.row.status" @change="updateStatus(scope.row)"><el-option v-for="option in options4"  :key="option.value" :value="option.value"  :label="option.text">{{ option.text }}</el-option></el-select></template></el-table-column>

 3,js代码

updateStatus(data){updateStatus({ id: data.id,status:data.status }).then((response) => {this.$modal.msgSuccess("审核成功");this.getList();});

4,后端代码

   @GetMapping(value = "/updateStatus")public AjaxResult updateStatus(String id,Integer status) {try {PetCircles info = petCirclesService.selectPetCirclesById(id);info.setStatus(status);petCirclesService.updatePetCircles(info);} catch (Exception e) {return AjaxResult.error("操作失败");}return AjaxResult.success();}

以上仅供参考

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com