03 2023 档案
摘要:"customRender" 生成复杂数据的渲染函数,参数分别为当前行的值,当前行数据,行索引 Function({text, record, index, column}) {} 使用场景:序号,单元格合并, script:import Vue from 'vue',const h = new V
阅读全文
摘要:父组件: <childComp v-model="aaa" /> <script> ... data() { return { aaa: 123 } } ... </script> 自定义组件: childComp.vue <script> ... props: { // vue2 value: {
阅读全文