搜索
重置
新增
修改
删除
{{ scope.row.gender === '0' ? '男' : '女' }}
{{ getDictLabel(ttsVcnOptions, scope.row.ttsVcn) }}
{{ getUserNickname(scope.row.userId) }}
{{ scope.row.status === '0' ? '空闲中' : scope.row.status === '1' ? '停用' : '工作中' }}
男
女
无背景音
有背景音
空闲中
停用
工作中