|
@@ -94,7 +94,7 @@ const columns = ref<any[]>([]);
|
|
|
|
|
|
// 工单待办表头
|
|
// 工单待办表头
|
|
const todoColumns = [
|
|
const todoColumns = [
|
|
- { prop: 'expiredStatus', label: '超期状态', align: 'center' },
|
|
|
|
|
|
+ { prop: 'expiredStatus', label: '超期状态', align: 'center',fixed: 'left' },
|
|
{ prop: 'no', label: '工单编码', width: 150 },
|
|
{ prop: 'no', label: '工单编码', width: 150 },
|
|
{ prop: 'isProvince', label: '省/市工单', width: 100 },
|
|
{ prop: 'isProvince', label: '省/市工单', width: 100 },
|
|
{ prop: 'actualHandleStepName', label: '办理节点', width: 150 },
|
|
{ prop: 'actualHandleStepName', label: '办理节点', width: 150 },
|
|
@@ -125,7 +125,7 @@ const todoColumns = [
|
|
];
|
|
];
|
|
// 工单坐席待办表头
|
|
// 工单坐席待办表头
|
|
const seatsColumns = [
|
|
const seatsColumns = [
|
|
- { prop: 'no', label: '工单编码', width: 150 },
|
|
|
|
|
|
+ { prop: 'no', label: '工单编码', width: 150,fixed: 'left' },
|
|
{ prop: 'isProvince', label: '省/市工单', width: 100 },
|
|
{ prop: 'isProvince', label: '省/市工单', width: 100 },
|
|
{ prop: 'actualHandleStepName', label: '办理节点', width: 150 },
|
|
{ prop: 'actualHandleStepName', label: '办理节点', width: 150 },
|
|
{ prop: 'statusText', label: '工单状态', width: 100 },
|
|
{ prop: 'statusText', label: '工单状态', width: 100 },
|