老规矩:先走波流程! 看实现效果,更好根据大家的问题相对应的解决自己的问题。 由动图可以看到,当我点击添加试题时,因为要添加些数据,跳转过去的界面必须是可以使用的。再当我点击编辑,携带过去的数据是不能更改的,只更改下方题干部分。 具体如何实现控件获得数据后不可更改呢?主要是用到判断,可以看到这里我只给input和select组件设置了不可用,但他们都是共用一个方法。 1.做判断,因为点击是一加载就出现的数据,所以是当获得过来的数组不等于空时执行 carryCurrentRowCode,是接收过来的数组,具体如何接收可以看另一篇博客:https://blog.csdn.net/weixin_39332529/article/details/106742146 因为不可为空undefined才执行判断里面的数据,里面的this点不是重点,它们都是接收过来显示到第二个界面的数据,关键看代码:this.editNotavailable = true; 2.在控件中使用editNotavailable 课程、试题分类下拉框和试题编号共用:disabled=”editNotavailable” 3.定义editNotavailable的初始状态 课程、试题分类下拉框和试题编号共用,点击编辑后:true不可用,false可用。正常跳转用false表示可用,if判断里因为是不可用的所以改为true不可用。 要是没有了解可留言功能介绍:
实现过程:
//钩子函数,初始化页面用 created() { this.carryCurrentRowCode = this.$route.query.carryCurrentRowCode; if (this.carryCurrentRowCode != undefined) { // 试题分类 this.questionClassification = this.carryCurrentRowCode.questionClassifyId; // 试题类型 this.v_type = this.carryCurrentRowCode.questionTypeId; // 试题难度 this.v_difficulty = this.carryCurrentRowCode.degreeInitial; // 试题编号 this.i_number = this.carryCurrentRowCode.serial; this.statusData(); this.editNotavailable = true; }
<!-- 下拉框-课程分类 --> <el-select :disabled="editNotavailable" v-model="couponSelected " class="select_coures" </el-select> > <!-- 下拉框-试题类型 --> <el-select :disabled="editNotavailable" class="select_qutestions" v-model="v_type" @change="q_type" > </el-select> <!-- 接收试题编号 --> <el-input v-model="i_number" :disabled="editNotavailable" placeholder="请输入编号" style="width:10%" class="m_left" > </el-input>
editNotavailable: false,
本网页所有视频内容由 imoviebox边看边下-网页视频下载, iurlBox网页地址收藏管理器 下载并得到。
ImovieBox网页视频下载器 下载地址: ImovieBox网页视频下载器-最新版本下载
本文章由: imapbox邮箱云存储,邮箱网盘,ImageBox 图片批量下载器,网页图片批量下载专家,网页图片批量下载器,获取到文章图片,imoviebox网页视频批量下载器,下载视频内容,为您提供.
阅读和此文章类似的: 全球云计算