姓名:{{row.name}}
年龄:{{row.age}}
地区:{{row.area}}
公司:{{ row.company && row.company.name }}
部门:{{ row.office && row.office.name }}
性别:{{ $dictUtils.getDictLabel("sex", row.sex, '-') }}
头像:
单选框:{{ $dictUtils.getDictLabel("yes_no", row.isSingle, '-') }}
多选框:{{row.cks.split(",").map( (item)=> { return $dictUtils.getDictLabel("interface_type", item, '-')}).join(",") }}
多行文本框:{{row.textArea}}
数字输入框:{{row.textNumber}}
日期选择框:{{row.teDate}}
邮箱:{{row.email}}
手机号:{{row.phone}}
电话:{{row.tel}}