shit iview docs & i-radio bug】的更多相关文章

shit iview docs & i-radio bug https://github.com/iview/iview/issues/5627 <i-row> <i-col span="23" push="1" style="margin: 5px;"> <span class="audit-common-lable">POST 参数方式</span> <!--…
1场景:弹框内有一个下拉组件(支持搜索),当选择完数据后弹框关闭,再次打开后,下拉框内的数据是刚才选中的数据.原因:分析后觉得是搜索内容没有清空,导致下拉的数据只有一个解决:调用下setQuery方法,伪代码如下:<select ref="select"> <option>1</option> <option>2</option></select> this.$refs.select.setQuery(null)…
1.iview+vue中,对表头的动态设置: iview表头若是需要动态设置,可以有两个方法,第一种: children: [ { title: '2017年', align: 'center', key: 'firstYear', renderHeader: (h, index) => { return h('div', { domProps: { innerHTML: this.data5.lastYear + '年' } }); } }, { 利用renderheader属性来设置表头.i…
最终效果图: 一.轮播图中图片自适应宽高:  <Carousel loop v-bind:height="imgHeight+'px'" v-model="carouselValue" style="text-align:center;"> <div v-for="item in imgData" > <Carousel-Item> <img ref="imgFirst&qu…
由于latex文档生成的pdf不便于提供审阅和修改,亟需一个软件实现从latex向word文档的自动转换( 如何把Latex自动转为Word 介绍了由latex2html 可实现这个功能,这也是初衷). 0 系统+软件版本 系统:CentOS 6.7 x64, 内核 2.6.32-573.el6.x86_64软件:latex2html2015, netpbm2015 1 安装步骤 1.1 下载 latex2html 软件包 最新版可以从这里下载,也有旧版本,最新的源都发布在这里:另外,rpmfi…
React Native & Android & iOS & APK https://play.google.com/apps/publish/signup/ $ 25 build https://facebook.github.io/react-native/docs/signed-apk-android https://reactnative.cn/docs/signed-apk-android/ APK & Android Developers Generating…
在Vue定义一个不被添加getter setter 的属性: https://github.com/vuejs/vue/issues/1988 博客: 0.vux的x-input源码分析. http://www.cnblogs.com/coding4/p/7509282.html 1.在vue中,如何通过触发一个dom节点的click事件触发另一个dom节点的click事件? https://www.zhihu.com/question/51989820 2.从数据结构着手,做关注的话,你的数据…
taro router https://nervjs.github.io/taro/docs/router.html bug import Taro, { Component, Config } from '@tarojs/taro' import { View, Text } from '@tarojs/components' import './index.scss' import { AtTabBar, AtButton, AtFloatLayout, } from 'taro-ui' c…
EasyUI的form的load函数很好用,表单赋值就靠它了,简单方便.我们可以指定url以Ajax加载,如: 1: $('#ff').form('load', 'ajax/common') JSON如下: 也可以指定json,比如: 1: $('form').form('load', {"初审申请日期":"2013-05-30","伦理委员会受理编号":"123234", 2: "是否否决过":"…
iview 3.X 版本中InputNumber 数字框组件存在bug,把最小值设置为0.2时,数组框禁止点击,其他数字都是正常.…