|
|
@ -20,10 +20,11 @@ |
|
|
|
:show-overflow-tooltip="true" |
|
|
|
> |
|
|
|
<template #default="scope"> |
|
|
|
<span v-if="item === 'ArticleStock-ArtId'">{{ |
|
|
|
<!-- <span v-if="item === 'ArticleStock-ArtId'">{{ |
|
|
|
mappingText(articleList, scope.row["ArticleStock-ArtId"], 'Article-ArtId', 'Article-Descr1') |
|
|
|
}}</span> |
|
|
|
<span v-else>{{ scope.row[item] }}</span> |
|
|
|
<span v-else>{{ scope.row[item] }}</span> --> |
|
|
|
{{ scope.row[item] }} |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
</el-table> |
|
|
@ -65,7 +66,7 @@ export default { |
|
|
|
}; |
|
|
|
}, |
|
|
|
created(){ |
|
|
|
this.getArticleList() |
|
|
|
// this.getArticleList() |
|
|
|
}, |
|
|
|
mounted(){ |
|
|
|
this.getList(); |
|
|
|