|
@@ -34,7 +34,7 @@
|
|
:selected-row-keys="selectedRowKeys"
|
|
:selected-row-keys="selectedRowKeys"
|
|
@select-change="selectChange"
|
|
@select-change="selectChange"
|
|
>
|
|
>
|
|
- <template #type="{ col, row }">
|
|
|
|
|
|
+ <template #custom-type="{ col, row }">
|
|
{{ customerTypeFilter(row[col.colKey]) }}
|
|
{{ customerTypeFilter(row[col.colKey]) }}
|
|
</template>
|
|
</template>
|
|
<template #flow-status="{ col, row }">
|
|
<template #flow-status="{ col, row }">
|
|
@@ -234,9 +234,10 @@ const columns = [
|
|
},
|
|
},
|
|
{ colKey: 'problemNo', title: '质量问题编号', width: 200 },
|
|
{ colKey: 'problemNo', title: '质量问题编号', width: 200 },
|
|
{ colKey: 'crmNo', title: '项目单号', width: 200 },
|
|
{ colKey: 'crmNo', title: '项目单号', width: 200 },
|
|
- { colKey: 'customType', title: '客户类型', cell: 'type', width: 120 },
|
|
|
|
|
|
+ { colKey: 'customType', title: '客户类型', cell: 'custom-type', width: 120 },
|
|
{ colKey: 'custom', title: '客户名称', width: 140 },
|
|
{ colKey: 'custom', title: '客户名称', width: 140 },
|
|
- { colKey: 'productName', title: '实施产品' },
|
|
|
|
|
|
+ // { colKey: 'productName', title: '实施产品' },
|
|
|
|
+ { colKey: 'sopTypeStr', title: '实施产品' },
|
|
{ colKey: 'summary', title: '问题简要' },
|
|
{ colKey: 'summary', title: '问题简要' },
|
|
{ colKey: 'userNames', title: '责任人', width: 140 },
|
|
{ colKey: 'userNames', title: '责任人', width: 140 },
|
|
{ colKey: 'type', title: '问题类型', cell: 'issues-type', width: 120 },
|
|
{ colKey: 'type', title: '问题类型', cell: 'issues-type', width: 120 },
|