|
@@ -56,7 +56,8 @@ const proTableRef = ref<RefType>(); // 表格ref
|
|
|
// 表格配置项
|
|
|
const columns = ref<any[]>([
|
|
|
{ prop: 'userName', label: '坐席人员' },
|
|
|
- { prop: 'telNo', label: '工号' },
|
|
|
+ { prop: 'telNo', label: '分机号' },
|
|
|
+ { prop: 'staffNo', label: '工号' },
|
|
|
{ prop: 'groupId', label: '工作组', minWith: 150 },
|
|
|
{ prop: 'operateStateText', label: '动作类型', width: 200 },
|
|
|
{
|