解决:在table定义一个id防止污染全局样式 <style scoped> /deep/ #table .ivu-table-cell{ o... 【IVIEW】下划线在table列不显示 3年前 (2020-10-27) 637 0
{ title: '启用状态', key: 'STATUS', align: 'center', render: (h, params) => ( ... 【VUE】render翻译字段 3年前 (2020-07-21) 725 0
{ title: '省份', key: 'fd_PROVINCE', align: 'center', render: (h, params) => { ... 【VUE】render中编写for循环 3年前 (2020-07-21) 944 0
解决:在data定义taht指向this,然后再filterRemote中用taht代理this data() { const that = this;... 【IVIEW】远程filterRemote 获取不到this data里定义this 3年前 (2020-05-28) 1,273 0
解决: ivirw 表格col设置了 fixed: 'left',后使用children也要使用fixed: 'left', { title: '序号',... 【IVIEW】ivirw 表格col设置了 fixed: 'left',后使用children也要使用失效 3年前 (2020-05-28) 771 0
设置v-model : v-model="radioIndex[index]" <RadioGroup v-for="(item, index) in indexList" ... 【VIEW】遍历radio防止按钮点击同步 3年前 (2020-04-30) 832 0
<RadioGroup v-model="addData.FD_TDLTE"> <Radio label="0"><span>否</span&g... 【IVIEW】Radio自定义valu和lable的显示方式 3年前 (2020-04-30) 803 0
设置render的props的disabled属性 3.4版本及以上注意table需要设置row-key,不然会失效 <Table ... 【IVIEW】table设置复选框变灰 3年前 (2020-04-30) 1,336 0
自定义设置属性 :placement="'top'" :page-size-opts="[10,20,30,40]" 【IVIEW】ivew循环遍历的表格,多页下拉show-sizer 失效 4年前 (2020-04-10) 777 0
this.$nextTick(() => { // 设置默认选中 this.$refs.editTabelData.$refs.tbody.objData[index... 【IVIEW】table设置默认选中复选框 4年前 (2020-04-10) 837 0
主要原因是项目中使用tabs组件不规范导致,如<TabPane></TabPane>标签外层没有<Tabs>... 【IVIEW】iview在Vue项目中报错:Error in mounted hook: "TypeError: this.$parent.updateNav is not a function" 4年前 (2020-03-11) 1,062 0