|
|
@ -93,7 +93,7 @@ |
|
|
|
> |
|
|
|
<template #default="scope"> |
|
|
|
<span v-if="item === 'Article-PlantNr'">{{ getWorkshopName(scope.row["Article-PlantNr"]) }}</span> |
|
|
|
<span v-else-if="item === 'Article-ProjectId'">{{ projectIdText(scope.row["Article-ProjectId"]) }}</span> |
|
|
|
<!-- <span v-else-if="item === 'Article-ProjectId'">{{ projectIdText(scope.row["Article-ProjectId"]) }}</span> --> |
|
|
|
<span v-else-if="item === 'Article-ArtTypeId'">{{ artSpecListText(scope.row["Article-ArtTypeId"]) }}</span> |
|
|
|
<span v-else-if="item === 'Article-ArtSpec1'">{{ |
|
|
|
mappingText(attributeArray, scope.row["Article-ArtSpec1"], 'Attribute-AttrCode', 'Attribute-AttrName') |
|
|
@ -178,8 +178,8 @@ export default { |
|
|
|
"Article-ArtId", |
|
|
|
"Article-Planner", |
|
|
|
"Article-Descr1", |
|
|
|
"Article-Descr2", |
|
|
|
"Article-ProjectId", |
|
|
|
"Article-Descr2", |
|
|
|
"Article-ArtTypeId", |
|
|
|
"Article-ArtSpec1", |
|
|
|
"Article-ArtSpec2", |
|
|
|