07 2021 档案
摘要:const toString = Object.prototype.toString; export function is(val: unknown, type: string) { return toString.call(val) `[object ${type}]`; } export fu
阅读全文
摘要:1、直接利用rowClassName这个参数,直接上代码 <a-table :rowClassName="(record,index)=>{ retrun index selectIndex?'active':' '}" :customRow="rowClick" ></table> data(){
阅读全文

浙公网安备 33010602011771号