shudonghui 1 year ago
parent
commit
e4ca3a2034
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/views/report/project-analysis/sop-detail-drill-dialog.vue

+ 2 - 0
src/views/report/project-analysis/sop-detail-drill-dialog.vue

@@ -57,6 +57,8 @@ import {customerTypeFilter, issuesReasonTypeFilter, issuesTypeFilter, timestampF
 const tableColumns = [
   { colKey: 'serviceName', title: '服务单元' },
   { colKey: 'crmNo', title: '项目单号' },
+  { colKey: 'sopNo', title: 'SOP' },
+  { colKey: 'statusStr', title: 'SOP状态' },
   { colKey: 'beginTime', title: '派单时间', cell: 'begin-time'},
   { colKey: 'customManagerName', title: '客户经理' },
   { colKey: 'customManagerTypeStr', title: '客户类型' ,cell: 'custom-type'},