Browse Source

reactor:当前节点宽度调整;

zhangchong 6 months ago
parent
commit
66499ac544
40 changed files with 45 additions and 45 deletions
  1. 2 2
      .env.development
  2. 1 1
      src/views/business/countersign/index.vue
  3. 1 1
      src/views/business/delay/audit.vue
  4. 2 2
      src/views/business/delay/index.vue
  5. 1 1
      src/views/business/end/index.vue
  6. 1 1
      src/views/business/observe/index.vue
  7. 1 1
      src/views/business/order/components/Order-repeat.vue
  8. 1 1
      src/views/business/order/copy-index.vue
  9. 1 1
      src/views/business/order/index.vue
  10. 1 1
      src/views/business/overdue/index.vue
  11. 1 1
      src/views/business/overdue/soon.vue
  12. 1 1
      src/views/business/repeatEvent/components/Repeat-event-detail.vue
  13. 1 1
      src/views/business/repeatEvent/components/Repeat-event-edit.vue
  14. 1 1
      src/views/business/secondHandle/apply.vue
  15. 1 1
      src/views/business/special/apply.vue
  16. 1 1
      src/views/business/urge/index.vue
  17. 1 1
      src/views/business/visit/reverse.vue
  18. 1 1
      src/views/dataShare/editExpire.vue
  19. 2 2
      src/views/home/components/ToDo.vue
  20. 1 1
      src/views/province/delay.vue
  21. 1 1
      src/views/province/order.vue
  22. 1 1
      src/views/province/return.vue
  23. 1 1
      src/views/province/screen.vue
  24. 1 1
      src/views/statistics/center/detailCorporateSpecial.vue
  25. 1 1
      src/views/statistics/center/detailEventFrequently.vue
  26. 1 1
      src/views/statistics/center/detailTwist.vue
  27. 1 1
      src/views/statistics/order/departmentDetailAcceptType.vue
  28. 1 1
      src/views/statistics/order/detailAcceptType.vue
  29. 1 1
      src/views/statistics/order/detailDispatch.vue
  30. 1 1
      src/views/statistics/order/detailHotspotArea.vue
  31. 1 1
      src/views/statistics/order/detailHotspotSatisfied.vue
  32. 1 1
      src/views/statistics/order/detailSourceOrder.vue
  33. 1 1
      src/views/statistics/order/specialTable.vue
  34. 1 1
      src/views/tels/callLog/components/Connect-business.vue
  35. 1 1
      src/views/todo/center/index.vue
  36. 1 1
      src/views/todo/edit/index.vue
  37. 1 1
      src/views/todo/edit/record.vue
  38. 2 2
      src/views/todo/order/index.vue
  39. 1 1
      src/views/todo/seats/accept/Order-repeat-select.vue
  40. 2 2
      src/views/todo/seats/index.vue

+ 2 - 2
.env.development

@@ -3,9 +3,9 @@ VITE_MODE_NAME=development
 # 防止部署多套系统到同一域名不同目录时,变量共用的问题 设置不同的前缀
 VITE_STORAGE_NAME=dev
 # 业务系统基础请求地址
-VITE_API_URL=http://110.188.24.28:50300
+VITE_API_URL=http://110.188.24.28:50100
 # 业务系统socket请求地址
-VITE_API_SOCKET_URL=http://110.188.24.28:50300/hubs/hotline
+VITE_API_SOCKET_URL=http://110.188.24.28:50100/hubs/hotline
 # 业务系统文件上传上传请求地址
 VITE_API_UPLOAD_URL=http://open.fs.12345lm.cn
 # 数据共享平台请求地址

+ 1 - 1
src/views/business/countersign/index.vue

@@ -120,7 +120,7 @@ const columns = ref<any[]>([
 	{ prop: 'order.counterSignTypeText', label: '会签类型', minWidth: 100 },
 	{ prop: 'order.no', label: '工单编码', minWidth: 140 },
 	{ prop: 'order.sourceChannel', label: '来源渠道', minWidth: 100 },
-	{ prop: 'order.currentStepName', label: '当前节点', minWidth: 100 },
+	{ prop: 'order.currentStepName', label: '当前节点', minWidth: 120 },
 	{
 		prop: 'order.startTime',
 		label: '受理时间',

+ 1 - 1
src/views/business/delay/audit.vue

@@ -176,7 +176,7 @@ const columnsDone = ref<any[]>([
 	{ prop: 'order.no', label: '工单编码', minWidth: 140 },
 	{ prop: 'order.isProvinceText', label: '省/市工单', minWidth: 90 },
 	{ prop: 'order.title', label: '工单标题', minWidth: 200 },
-	{ prop: 'currentStepName', label: '当前节点', minWidth: 100 },
+	{ prop: 'currentStepName', label: '当前节点', minWidth: 120 },
 	{ prop: 'actualHandlerName', label: '当前审批人', minWidth: 120 },
 	{ prop: 'delayStateText', label: '延期审批状态', minWidth: 110 },
 	{

+ 2 - 2
src/views/business/delay/index.vue

@@ -109,7 +109,7 @@ const columns = ref<any[]>([
 	{ prop: 'no', label: '工单编码', minWidth: 140 },
 	{ prop: 'order.isProvinceText', label: '省/市工单', minWidth: 90 },
 	{ prop: 'title', label: '工单标题', minWidth: 200 },
-	{ prop: 'currentStepName', label: '当前节点', minWidth: 100 },
+	{ prop: 'currentStepName', label: '当前节点', minWidth: 120 },
 	{ prop: 'actualHandlerName', label: '审批人', minWidth: 120 },
 	{ prop: 'delayStateText', label: '延期申请状态', minWidth: 110 },
 	{
@@ -170,7 +170,7 @@ const columns1 = ref<any[]>([
 	{ prop: 'no', label: '工单编码', minWidth: 140 },
 	{ prop: 'order.isProvinceText', label: '省/市工单', minWidth: 90 },
 	{ prop: 'title', label: '工单标题', minWidth: 200 },
-	{ prop: 'currentStepName', label: '当前节点', minWidth: 100 },
+	{ prop: 'currentStepName', label: '当前节点', minWidth: 120 },
 	{ prop: 'automaticDelayNum', label: '自动延期次数', minWidth: 110 },
 	{ prop: 'actualHandlerName', label: '审批人', minWidth: 120 },
 	{ prop: 'delayStateText', label: '延期申请状态', minWidth: 110 },

+ 1 - 1
src/views/business/end/index.vue

@@ -57,7 +57,7 @@ const columns = ref<any[]>([
 	{ prop: 'order.expiredStatusText', label: '超期状态', align: 'center',width: 80 },
 	{ prop: 'order.no', label: '工单编码', minWidth: 140 },
 	{ prop: 'order.sourceChannel', label: '来源渠道', minWidth: 100 },
-	{ prop: 'order.currentStepName', label: '当前节点', minWidth: 100 },
+	{ prop: 'order.currentStepName', label: '当前节点', minWidth: 120 },
 	{ prop: 'order.isProvinceText', label: '省/市工单', minWidth: 90 },
 	{
 		prop: 'order.expiredTime',

+ 1 - 1
src/views/business/observe/index.vue

@@ -114,7 +114,7 @@ const columns = ref<any[]>([
 	{ prop: 'order.expiredStatusText', label: '超期状态', align: 'center', minWidth: 80 },
 	{ prop: 'order.statusText', label: '工单状态', minWidth: 100 },
 	{ prop: 'order.sourceChannel', label: '来源渠道', minWidth: 100 },
-	{ prop: 'order.currentStepName', label: '当前节点', minWidth: 100 },
+	{ prop: 'order.currentStepName', label: '当前节点', minWidth: 120 },
 	{ prop: 'order.no', label: '工单编码', minWidth: 140 },
 	{ prop: 'order.title', label: '工单标题', minWidth: 200 },
 	{

+ 1 - 1
src/views/business/order/components/Order-repeat.vue

@@ -40,7 +40,7 @@ const columns = ref<any[]>([
 	{ prop: 'title', label: '工单标题', minWidth: 200 },
 	{ prop: 'no', label: '工单编码', minWidth: 140 },
 	{ prop: 'hotspotName', label: '热点分类' },
-	{ prop: 'currentStepName', label: '当前节点' },
+	{ prop: 'currentStepName', label: '当前节点',minWidth: 120 },
 	{ prop: 'statusText', label: '重办次数', width: 100 },
 ]);
 // 打开弹窗

+ 1 - 1
src/views/business/order/copy-index.vue

@@ -383,7 +383,7 @@ const columns = ref<any[]>([
 			return <span class="color-danger font-bold">{scope.row.isUrgentText}</span>;
 		},
 	},
-	{ prop: 'currentStepName', label: '当前节点', minWidth: 100 },
+	{ prop: 'currentStepName', label: '当前节点', minWidth: 120 },
 	{ prop: 'currentStepAcceptText', label: '受理情况' },
 	{ prop: 'statusText', label: '工单状态', minWidth: 100 },
 	{ prop: 'title', label: '工单标题', minWidth: 200 },

+ 1 - 1
src/views/business/order/index.vue

@@ -550,7 +550,7 @@ const columns = ref<any[]>([
 			return <span class="color-danger font-bold">{scope.row.isUrgentText}</span>;
 		},
 	},
-	{ prop: 'currentStepName', label: '当前节点', minWidth: 100 },
+	{ prop: 'currentStepName', label: '当前节点', minWidth: 120 },
 	{ prop: 'currentStepAcceptText', label: '受理情况' },
 	{ prop: 'statusText', label: '工单状态', minWidth: 100 },
 	{ prop: 'title', label: '工单标题', minWidth: 200 },

+ 1 - 1
src/views/business/overdue/index.vue

@@ -70,7 +70,7 @@ const proTableRef = ref<RefType>(); // 表格ref
 const columns = ref<any[]>([
 	{ prop: 'no', label: '工单编码', minWidth: 140 },
 	{ prop: 'isProvinceText', label: '省/市工单', minWidth: 90 },
-	{ prop: 'currentStepName', label: '当前节点', minWidth: 100 },
+	{ prop: 'currentStepName', label: '当前节点', minWidth: 120 },
 	{ prop: 'delayText', label: '是否延期' },
 	{ prop: 'statusText', label: '工单状态', minWidth: 100 },
 	{ prop: 'title', label: '标题', minWidth: 200 },

+ 1 - 1
src/views/business/overdue/soon.vue

@@ -69,7 +69,7 @@ const proTableRef = ref<RefType>(); // 表格ref
 const columns = ref<any[]>([
 	{ prop: 'no', label: '工单编码', minWidth: 140 },
 	{ prop: 'isProvinceText', label: '省/市工单', minWidth: 90 },
-	{ prop: 'currentStepName', label: '当前节点', minWidth: 100 },
+	{ prop: 'currentStepName', label: '当前节点', minWidth: 120 },
 	{ prop: 'delayText', label: '是否延期' },
 	{ prop: 'statusText', label: '工单状态', minWidth: 100 },
 	{ prop: 'title', label: '标题', minWidth: 200 },

+ 1 - 1
src/views/business/repeatEvent/components/Repeat-event-detail.vue

@@ -47,7 +47,7 @@ const state = reactive({
 const columns = ref<any[]>([
 	{ prop: 'order.no', label: '工单编码', width: 150 },
 	{ prop: 'order.isProvinceText', label: '省/市工单', width: 100 },
-	{ prop: 'order.currentStepName', label: '当前节点', width: 100 },
+	{ prop: 'order.currentStepName', label: '当前节点', width: 120 },
 	{ prop: 'order.statusText', label: '工单状态', width: 100 },
 	{ prop: 'order.title', label: '标题', width: 300 },
 	{

+ 1 - 1
src/views/business/repeatEvent/components/Repeat-event-edit.vue

@@ -132,7 +132,7 @@ const columns = ref<any[]>([
 	{ type: 'selection', fixed: 'left', width: 55 },
 	{ prop: 'no', label: '工单编码', width: 150 },
 	{ prop: 'isProvinceText', label: '省/市工单', width: 100 },
-	{ prop: 'currentStepName', label: '当前节点', width: 100 },
+	{ prop: 'currentStepName', label: '当前节点', width: 120 },
 	{ prop: 'statusText', label: '工单状态', width: 100 },
 	{ prop: 'title', label: '标题', width: 300 },
 	{

+ 1 - 1
src/views/business/secondHandle/apply.vue

@@ -163,7 +163,7 @@ const proTableRef = ref<RefType>(); // 表格ref
 // 表格配置项
 const columns = ref<any[]>([
 	{ prop: 'order.expiredStatusText', label: '超期状态', align: 'center', width: 80 },
-	{ prop: 'order.currentStepName', label: '当前节点', minWidth: 100 },
+	{ prop: 'order.currentStepName', label: '当前节点', minWidth: 120 },
 	{ prop: 'order.no', label: '工单编码', minWidth: 140 },
 	{
 		prop: 'order.startTime',

+ 1 - 1
src/views/business/special/apply.vue

@@ -57,7 +57,7 @@ const columns = ref<any[]>([
 	{ type: 'selection',minWidth: 40,align: 'center' },
 	{ prop: 'no', label: '工单编码', minWidth: 140 },
 	{ prop: 'isProvinceText', label: '省/市工单', minWidth: 90 },
-	{ prop: 'currentStepName', label: '当前节点', minWidth: 100 },
+	{ prop: 'currentStepName', label: '当前节点', minWidth: 120 },
 	{ prop: 'statusText', label: '工单状态', minWidth: 100 },
 	{ prop: 'title', label: '标题', minWidth: 200 },
 	{

+ 1 - 1
src/views/business/urge/index.vue

@@ -55,7 +55,7 @@ const columns = ref<any[]>([
 	{ prop: 'order.expiredStatusText', label: '超期状态', align: 'center',width: 80 },
 	{ prop: 'order.no', label: '工单编码', minWidth: 140 },
 	{ prop: 'order.sourceChannel', label: '来源渠道', minWidth: 100 },
-	{ prop: 'order.currentStepName', label: '当前节点', minWidth: 100 },
+	{ prop: 'order.currentStepName', label: '当前节点', minWidth: 120 },
 	{ prop: 'order.isProvinceText', label: '省/市工单', minWidth: 90 },
 	{
 		prop: 'order.expiredTime',

+ 1 - 1
src/views/business/visit/reverse.vue

@@ -191,7 +191,7 @@ const columns = ref<any[]>([
 	{ prop: 'order.expiredStatusText', label: '超期状态', align: 'center', width: 80 },
 	{ prop: 'order.statusText', label: '工单状态', minWidth: 100 },
 	{ prop: 'order.sourceChannel', label: '来源渠道', minWidth: 100 },
-	{ prop: 'order.currentStepName', label: '当前节点', minWidth: 100 },
+	{ prop: 'order.currentStepName', label: '当前节点', minWidth: 120 },
 	{ prop: 'order.no', label: '工单编码', minWidth: 140 },
 	{ prop: 'order.title', label: '工单标题', minWidth: 200 },
 	{ prop: 'judgeStateText', label: '评判状态', minWidth: 100 },

+ 1 - 1
src/views/dataShare/editExpire.vue

@@ -98,7 +98,7 @@ const columns = ref<any[]>([
 	{ prop: 'no', label: '工单编码', minWidth: 150 },
   { prop: 'provinceNo', label: '省本地编码', minWidth: 200 },
 	{ prop: 'isProvinceText', label: '省/市工单', minWidth: 90 },
-	{ prop: 'currentStepName', label: '当前节点', minWidth: 100 },
+	{ prop: 'currentStepName', label: '当前节点', minWidth: 120 },
 	{ prop: 'statusText', label: '工单状态', minWidth: 100 },
 	{ prop: 'title', label: '工单标题', minWidth: 200 },
 	{

+ 2 - 2
src/views/home/components/ToDo.vue

@@ -80,7 +80,7 @@ const todoColumns = [
 	{ prop: 'expiredStatusText', label: '超期状态', align: 'center', minWidth: 80 },
 	{ prop: 'no', label: '工单编码', minWidth: 140 },
 	{ prop: 'isProvinceText', label: '省/市工单', minWidth: 90 },
-	{ prop: 'currentStepName', label: '当前节点', minWidth: 100 },
+	{ prop: 'currentStepName', label: '当前节点', minWidth: 120 },
 	{ prop: 'statusText', label: '工单状态', minWidth: 100 },
 	{ prop: 'title', label: '工单标题', minWidth: 200 },
 	{
@@ -109,7 +109,7 @@ const todoColumns = [
 const seatsColumns = [
 	{ prop: 'no', label: '工单编码', minWidth: 140 },
 	{ prop: 'isProvinceText', label: '省/市工单', minWidth: 90 },
-	{ prop: 'currentStepName', label: '当前节点', minWidth: 100 },
+	{ prop: 'currentStepName', label: '当前节点', minWidth: 120 },
 	{ prop: 'statusText', label: '工单状态', minWidth: 100 },
 	{ prop: 'title', label: '工单标题', minWidth: 200 },
 	{

+ 1 - 1
src/views/province/delay.vue

@@ -142,7 +142,7 @@ const columns = ref<any[]>([
 		},
 	},
 	{ prop: 'delayStateText', label: '审核状态', minWidth: 100 },
-	{ prop: 'order.currentStepName', label: '当前节点', minWidth: 100 },
+	{ prop: 'order.currentStepName', label: '当前节点', minWidth: 120 },
 	{
 		prop: 'order.isUrgentText',
 		label: '是否紧急',

+ 1 - 1
src/views/province/order.vue

@@ -292,7 +292,7 @@ const columns = ref<any[]>([
 			return <span class="color-danger font-bold">{scope.row.isUrgentText}</span>;
 		},
 	},
-	{ prop: 'currentStepName', label: '当前节点', minWidth: 100 },
+	{ prop: 'currentStepName', label: '当前节点', minWidth: 120 },
 	{ prop: 'statusText', label: '工单状态', minWidth: 100 },
 	{ prop: 'title', label: '工单标题', minWidth: 200 },
 	{

+ 1 - 1
src/views/province/return.vue

@@ -142,7 +142,7 @@ const columns = ref<any[]>([
 		},
 	},
 	{ prop: 'stateText', label: '审核状态', minWidth: 100 },
-	{ prop: 'order.currentStepName', label: '当前节点', minWidth: 100 },
+	{ prop: 'order.currentStepName', label: '当前节点', minWidth: 120 },
 	{
 		prop: 'order.isUrgentText',
 		label: '是否紧急',

+ 1 - 1
src/views/province/screen.vue

@@ -144,7 +144,7 @@ const columns = ref<any[]>([
 		},
 	},
 	{ prop: 'statusText', label: '审核状态', minWidth: 100 },
-	{ prop: 'order.currentStepName', label: '当前节点', minWidth: 100 },
+	{ prop: 'order.currentStepName', label: '当前节点', minWidth: 120 },
 	{
 		prop: 'order.isUrgentText',
 		label: '是否紧急',

+ 1 - 1
src/views/statistics/center/detailCorporateSpecial.vue

@@ -65,7 +65,7 @@ const columns = ref<any[]>([
 	{ prop: 'expiredStatusText', label: '超期状态', align: 'center',width: 80 },
 	{ prop: 'statusText', label: '工单状态', minWidth: 100 },
 	{ prop: 'sourceChannel', label: '来源渠道', width: 100 },
-	{ prop: 'currentStepName', label: '当前节点', minWidth: 100 },
+	{ prop: 'currentStepName', label: '当前节点', minWidth: 120 },
 	{ prop: 'no', label: '工单编码', minWidth: 140 },
 	{ prop: 'title', label: '工单标题', minWidth: 200 },
 	{

+ 1 - 1
src/views/statistics/center/detailEventFrequently.vue

@@ -235,7 +235,7 @@ const columns = ref<any[]>([
 	{ prop: 'expiredStatusText', label: '超期状态', align: 'center', width: 80 },
 	{ prop: 'no', label: '工单编码', minWidth: 140 },
 	{ prop: 'isProvinceText', label: '省/市工单', minWidth: 90 },
-	{ prop: 'currentStepName', label: '当前节点', minWidth: 100 },
+	{ prop: 'currentStepName', label: '当前节点', minWidth: 120 },
 	{ prop: 'statusText', label: '工单状态', minWidth: 100 },
 	{ prop: 'title', label: '工单标题', minWidth: 200 },
 	{

+ 1 - 1
src/views/statistics/center/detailTwist.vue

@@ -190,7 +190,7 @@ const columns = ref<any[]>([
 	{ prop: 'order.expiredStatusText', label: '超期状态', align: 'center', minWidth: 80 },
 	{ prop: 'order.statusText', label: '工单状态', width: 100 },
 	{ prop: 'order.sourceChannel', label: '来源渠道', minWidth: 100 },
-	{ prop: 'order.currentStepName', label: '当前节点', minWidth: 100 },
+	{ prop: 'order.currentStepName', label: '当前节点', minWidth: 120 },
 	{ prop: 'order.no', label: '工单编码', minWidth: 140 },
 	{
 		prop: 'order.startTime',

+ 1 - 1
src/views/statistics/order/departmentDetailAcceptType.vue

@@ -80,7 +80,7 @@ const columns = ref<any[]>([
 	{ prop: 'expiredStatusText', label: '超期状态', align: 'center', width: 80 },
 	{ prop: 'no', label: '工单编码', width: 140 },
 	{ prop: 'isProvinceText', label: '省/市工单', width: 90 },
-	{ prop: 'currentStepName', label: '当前节点', minWidth: 100 },
+	{ prop: 'currentStepName', label: '当前节点', minWidth: 120 },
 	{ prop: 'statusText', label: '工单状态', width: 100 },
 	{ prop: 'title', label: '工单标题', minWidth: 200 },
 	{

+ 1 - 1
src/views/statistics/order/detailAcceptType.vue

@@ -91,7 +91,7 @@ const columns = ref<any[]>([
 	{ prop: 'expiredStatusText', label: '超期状态', align: 'center', width: 80 },
 	{ prop: 'statusText', label: '工单状态', minWidth: 100 },
 	{ prop: 'sourceChannel', label: '来源渠道', minWidth: 100 },
-	{ prop: 'currentStepName', label: '当前节点', minWidth: 100 },
+	{ prop: 'currentStepName', label: '当前节点', minWidth: 120 },
 	{ prop: 'reTransactNum', label: '重办次数' },
 	{ prop: 'orderScreenStatusText', label: '甄别' },
 	{ prop: 'no', label: '工单编码', minWidth: 140 },

+ 1 - 1
src/views/statistics/order/detailDispatch.vue

@@ -53,7 +53,7 @@ const columns = ref<any[]>([
   { prop: 'no', label: '工单编码', minWidth: 140 },
   { prop: 'isProvince', label: '省/市工单', minWidth: 90 },
   { prop: 'title', label: '工单标题', minWidth: 200 },
-  { prop: 'currentStepName', label: '当前节点', minWidth: 100 },
+  { prop: 'currentStepName', label: '当前节点', minWidth: 120 },
   {
     prop: 'startTime',
     label: '受理时间',

+ 1 - 1
src/views/statistics/order/detailHotspotArea.vue

@@ -61,7 +61,7 @@ const columns = ref<any[]>([
 	{ prop: 'expiredStatusText', label: '超期状态', align: 'center', width: 80 },
 	{ prop: 'statusText', label: '工单状态', width: 100 },
 	{ prop: 'sourceChannel', label: '来源渠道', minWidth: 100 },
-	{ prop: 'currentStepName', label: '当前节点', minWidth: 100 },
+	{ prop: 'currentStepName', label: '当前节点', minWidth: 120 },
 	{ prop: 'reTransactNum', label: '重办次数' },
 	{
 		prop: 'isUrgentText',

+ 1 - 1
src/views/statistics/order/detailHotspotSatisfied.vue

@@ -86,7 +86,7 @@ const columns = ref<any[]>([
 	{ prop: 'order.expiredStatusText', label: '超期状态', align: 'center', width: 80 },
 	{ prop: 'order.statusText', label: '工单状态', width: 100 },
 	{ prop: 'order.sourceChannel', label: '来源渠道', minWidth: 100 },
-	{ prop: 'order.currentStepName', label: '当前节点', minWidth: 100 },
+	{ prop: 'order.currentStepName', label: '当前节点', minWidth: 120 },
 	{ prop: 'order.reTransactNum', label: '重办次数' },
 	{ prop: 'order.orderScreenStatusText', label: '甄别', minWidth: 100 },
 	{ prop: 'order.no', label: '工单编码', width: 150 },

+ 1 - 1
src/views/statistics/order/detailSourceOrder.vue

@@ -55,7 +55,7 @@ const columns = ref<any[]>([
 	{ prop: 'expiredStatusText', label: '超期状态', align: 'center', width: 80 },
 	{ prop: 'statusText', label: '工单状态', minWidth: 100 },
 	{ prop: 'sourceChannel', label: '来源渠道', minWidth: 100 },
-	{ prop: 'currentStepName', label: '当前节点', minWidth: 100 },
+	{ prop: 'currentStepName', label: '当前节点', minWidth: 120 },
 	{ prop: 'reTransactNum', label: '重办次数' },
 	{ prop: 'no', label: '工单编码', minWidth: 140 },
 	{

+ 1 - 1
src/views/statistics/order/specialTable.vue

@@ -78,7 +78,7 @@ const columns = ref<any[]>([
   { prop: 'order.no', label: '工单编码', minWidth: 140 },
   { prop: 'order.isProvinceText', label: '省/市工单', width: 90 },
   { prop: 'order.title', label: '工单标题', minWidth: 200 },
-  { prop: 'order.currentStepName', label: '当前节点', minWidth: 100 },
+  { prop: 'order.currentStepName', label: '当前节点', minWidth: 120 },
   { prop: 'stateText', label: '特提审批状态', minWidth: 120 },
   {
     prop: 'order.startTime',

+ 1 - 1
src/views/tels/callLog/components/Connect-business.vue

@@ -83,7 +83,7 @@ const orderColumns = [
 	{ type: 'radio', fixed: 'left', width: 70, label: '请选择', align: 'center' },
 	{ prop: 'no', label: '工单编码', width: 140 },
 	{ prop: 'isProvinceText', label: '省/市工单', width: 90 },
-	{ prop: 'currentStepName', label: '当前节点', width: 100 },
+	{ prop: 'currentStepName', label: '当前节点', width: 120 },
 	{ prop: 'statusText', label: '工单状态', width: 100 },
 	{ prop: 'title', label: '标题', width: 200 },
 	{ prop: 'startTime', label: '受理时间', width: 160, render: (scope: any) => formatDate(scope.row.startTime, 'YYYY-mm-dd HH:MM:SS') },

+ 1 - 1
src/views/todo/center/index.vue

@@ -177,7 +177,7 @@ const columns = ref<any[]>([
 			return <span class="color-danger font-bold">{scope.row.isUrgentText}</span>;
 		},
 	},
-	{ prop: 'currentStepName', label: '当前节点', minWidth: 100 },
+	{ prop: 'currentStepName', label: '当前节点', minWidth: 120 },
 	{ prop: 'statusText', label: '工单状态', minWidth: 100 },
 	{ prop: 'title', label: '工单标题', minWidth: 200 },
 	{ prop: 'centerToOrgHandlerName', label: '派单员', minWidth: 120 },

+ 1 - 1
src/views/todo/edit/index.vue

@@ -320,7 +320,7 @@ const columns = ref<any[]>([
 	{ prop: 'expiredStatusText', label: '超期状态', align: 'center', minWidth: 80 },
 	{ prop: 'statusText', label: '工单状态', minWidth: 100 },
 	{ prop: 'sourceChannel', label: '来源渠道', minWidth: 100 },
-	{ prop: 'currentStepName', label: '当前节点', minWidth: 100 },
+	{ prop: 'currentStepName', label: '当前节点', minWidth: 120 },
 	{ prop: 'reTransactNum', label: '重办次数' },
 	{
 		prop: 'isUrgentText',

+ 1 - 1
src/views/todo/edit/record.vue

@@ -58,7 +58,7 @@ const columns = ref<any[]>([
 	{ prop: 'expiredStatusText', label: '超期状态', align: 'center', minWidth: 80 },
 	{ prop: 'statusText', label: '工单状态', minWidth: 100 },
 	{ prop: 'sourceChannel', label: '来源渠道', minWidth: 100 },
-	{ prop: 'currentStepName', label: '当前节点', minWidth: 100 },
+	{ prop: 'currentStepName', label: '当前节点', minWidth: 120 },
 	{ prop: 'no', label: '工单编码', minWidth: 140 },
 	{ prop: 'title', label: '工单标题', minWidth: 200 },
 	{ prop: 'auditUserName', label: '修改人', minWidth: 90 },

+ 2 - 2
src/views/todo/order/index.vue

@@ -194,7 +194,7 @@ const columnsTodo = ref<any[]>([
 			return <span class="color-danger font-bold">{scope.row.isUrgentText}</span>;
 		},
 	},
-	{ prop: 'currentStepName', label: '当前节点', minWidth: 100 },
+	{ prop: 'currentStepName', label: '当前节点', minWidth: 120 },
 	{ prop: 'statusText', label: '工单状态', minWidth: 100 },
 	{ prop: 'title', label: '工单标题', minWidth: 200 },
 	{ prop: 'counterSignTypeText', label: '是否会签', minWidth: 90 },
@@ -244,7 +244,7 @@ const columnsDone = ref<any[]>([
 			return <span class="color-danger font-bold">{scope.row.isUrgentText}</span>;
 		},
 	},
-	{ prop: 'currentStepName', label: '当前节点', minWidth: 100 },
+	{ prop: 'currentStepName', label: '当前节点', minWidth: 120 },
 	{ prop: 'statusText', label: '工单状态', minWidth: 100 },
 	{ prop: 'title', label: '工单标题', minWidth: 200 },
 	{ prop: 'counterSignTypeText', label: '是否会签', minWidth: 90 },

+ 1 - 1
src/views/todo/seats/accept/Order-repeat-select.vue

@@ -65,7 +65,7 @@ const columns = ref<any[]>([
 	{ prop: 'title', label: '工单标题'},
 	{ prop: 'no', label: '工单编码'},
 	{ prop: 'hotspotName', label: '热点分类' },
-	{ prop: 'currentStepName', label: '当前节点' },
+	{ prop: 'currentStepName', label: '当前节点', minWidth: 120 },
 	{ prop: 'statusText', label: '工单状态', width: 100 },
 ]);
 const ruleFormRef = ref<RefType>(); // 表单ref

+ 2 - 2
src/views/todo/seats/index.vue

@@ -212,7 +212,7 @@ const columnsTodo = ref<any[]>([
 			return <span class="color-danger font-bold">{scope.row.isUrgentText}</span>;
 		},
 	},
-	{ prop: 'currentStepName', label: '当前节点', minWidth: 100 },
+	{ prop: 'currentStepName', label: '当前节点', minWidth: 120 },
 	{ prop: 'statusText', label: '工单状态', minWidth: 100 },
 	{ prop: 'title', label: '工单标题', minWidth: 200 },
 	{ prop: 'counterSignTypeText', label: '是否会签', minWidth: 90 },
@@ -256,7 +256,7 @@ const columnsDone = ref<any[]>([
 	{ prop: 'expiredStatusText', label: '超期状态', align: 'center', minWidth: 80 },
 	{ prop: 'no', label: '工单编码', minWidth: 140 },
 	{ prop: 'isProvinceText', label: '省/市工单', minWidth: 90 },
-	{ prop: 'currentStepName', label: '当前节点', minWidth: 100 },
+	{ prop: 'currentStepName', label: '当前节点', minWidth: 120 },
 	{ prop: 'statusText', label: '工单状态', minWidth: 100 },
 	{ prop: 'title', label: '工单标题', minWidth: 200 },
 	{ prop: 'counterSignTypeText', label: '是否会签', minWidth: 90 },