|
|
|
@ -148,10 +148,24 @@ |
|
|
|
min-width="80" |
|
|
|
> |
|
|
|
<template slot-scope="scope"> |
|
|
|
{{ scope.row.userTableHeader || "--" }} |
|
|
|
<span |
|
|
|
:class="[ |
|
|
|
scope.row.itemId && scope.row.itemId != '' |
|
|
|
? '' |
|
|
|
: 'font_color_red', |
|
|
|
]" |
|
|
|
>{{ scope.row.userTableHeader || "--" }}</span |
|
|
|
> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
|
|
|
|
<el-table-column |
|
|
|
header-align="center" |
|
|
|
align="center" |
|
|
|
label="对应到" |
|
|
|
min-width="50" |
|
|
|
> |
|
|
|
<template slot-scope="scope"><span v-if="scope.row.itemId"> =></span> </template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column |
|
|
|
prop="itemGroupId" |
|
|
|
header-align="center" |
|
|
|
|