|
@@ -236,7 +236,7 @@ const columns = [
|
|
|
{ colKey: 'crmNo', title: '项目单号', width: 200 },
|
|
|
{ colKey: 'customType', title: '客户类型', cell: 'type', width: 120 },
|
|
|
{ colKey: 'custom', title: '客户名称', width: 140 },
|
|
|
- { colKey: 'sopType', title: '实施产品' },
|
|
|
+ { colKey: 'productName', title: '实施产品' },
|
|
|
{ colKey: 'summary', title: '问题简要' },
|
|
|
{ colKey: 'userNames', title: '责任人', width: 140 },
|
|
|
{ colKey: 'type', title: '问题类型', cell: 'issues-type', width: 120 },
|