05 2022 档案

摘要:<FormItem label="您的评价" prop="level" v-if="typeModal == 3"> <Rate v-model="shenhemodal.level" clearable /> </FormItem> shenhemodal: { level: 0, }, leve 阅读全文
posted @ 2022-05-25 17:49 abcByme 阅读(53) 评论(0) 推荐(0) 编辑
摘要:var vprojectEndTime = (rule, value, callback) => { if (value "") { callback(new Error("请输入结束时间")); } else if (value <= this.parkItemForm.projectStartT 阅读全文
posted @ 2022-05-19 16:49 abcByme 阅读(197) 评论(0) 推荐(0) 编辑
摘要:/** * 只隐藏姓名中间的字 * @param {data} 传入数据 * 格式:张*三 */ const hideCenterName = (name) => { let newStr; if (name.length 2) { newStr = name.substr(0, 1) + '*'; 阅读全文
posted @ 2022-05-19 14:53 abcByme 阅读(602) 评论(0) 推荐(0) 编辑
摘要:nextBtn(formName) { const { projectId, type, account, userName, contactWay, email, password, againPassword, } = this.ruleForm; if ( projectId && type 阅读全文
posted @ 2022-05-19 14:28 abcByme 阅读(15) 评论(0) 推荐(0) 编辑
摘要:<p> <span>手机号:</span> {{ telShow ? changetel(userInfo.contactWay) : userInfo.contactWay }} <i class="showTel" @click="showTelClick(userInfo.contactWay 阅读全文
posted @ 2022-05-19 10:53 abcByme 阅读(20) 评论(1) 推荐(0) 编辑
摘要:需要把数据返回到父页面,父页面接收到数据后调用 this.$refs.formValidate.validateField('XXXX') 来重新校验表单,因为已经收到数据,所以校验通过,红色提示文字就会消失 例如 <FormItem label="图标1:" prop="iconFirst" re 阅读全文
posted @ 2022-05-18 11:17 abcByme 阅读(623) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示