|
@@ -142,8 +142,8 @@ export default {
|
|
<tbody>
|
|
<tbody>
|
|
${results.map(item => `
|
|
${results.map(item => `
|
|
<tr>
|
|
<tr>
|
|
- <td style="border: 1px solid #ddd; padding: 8px; max-width: 300px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;" title="${item.CustomerHo}">${item.CustomerHo}</td>
|
|
|
|
- <td style="border: 1px solid #ddd; padding: 8px; max-width: 380px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;" title="${item.Errornsg}">${item.Errornsg}</td>
|
|
|
|
|
|
+ <td style="border: 1px solid #ddd; padding: 8px; max-width: 300px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;" title="${item.CustomerNo}">${item.CustomerNo}</td>
|
|
|
|
+ <td style="border: 1px solid #ddd; padding: 8px; max-width: 380px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;" title="${item.ErrorMsg}">${item.ErrorMsg}</td>
|
|
</tr>
|
|
</tr>
|
|
`).join('')}
|
|
`).join('')}
|
|
</tbody>
|
|
</tbody>
|