Browse Source

reactor:样式调整

zhangchong 1 year ago
parent
commit
2fde23de05
2 changed files with 4 additions and 4 deletions
  1. 2 2
      src/views/business/return/audit.vue
  2. 2 2
      src/views/business/special/audit.vue

+ 2 - 2
src/views/business/return/audit.vue

@@ -92,9 +92,9 @@ const columns = ref<any[]>([
 	{ prop: 'order.no', label: '工单编码', width: 150 },
 	{ prop: 'isProvince', label: '省/市工单', width: 100 },
 	{ prop: 'title', label: '工单标题', width: 300 },
-	{ prop: 'order.sourceChannel', label: '来源方式', width: 100 },
+	{ prop: 'order.sourceChannel', label: '来源方式' },
 	{ prop: 'order.acceptType', label: '受理类型', width: 150 },
-	{ prop: 'order.hotspotName', label: '热点分类', width: 100 },
+	{ prop: 'order.hotspotName', label: '热点分类', width: 200 },
 	{ prop: 'order.acceptorName', label: '受理人', width: 170 },
 	{ prop: 'order.orgLevelOneName', label: '一级部门', width: 170 },
 	{ prop: 'stateText', label: '退回审批状态', width: 120 },

+ 2 - 2
src/views/business/special/audit.vue

@@ -70,9 +70,9 @@ const columns = ref<any[]>([
   { prop: 'order.no', label: '工单编码', width: 150 },
   { prop: 'isProvince', label: '省/市工单', width: 100 },
   { prop: 'title', label: '工单标题', width: 300 },
-  { prop: 'order.sourceChannel', label: '来源方式', width: 100 },
+  { prop: 'order.sourceChannel', label: '来源方式' },
   { prop: 'order.acceptType', label: '受理类型', width: 150 },
-  { prop: 'order.hotspotName', label: '热点分类', width: 100 },
+  { prop: 'order.hotspotName', label: '热点分类', width: 200 },
   { prop: 'employeeName', label: '受理人', width: 170 },
   { prop: 'order.orgLevelOneName', label: '一级部门', width: 170 },
   { prop: 'stateText', label: '特提审批状态', width: 120 },