|
|
@ -63,7 +63,8 @@ |
|
|
|
align="center" |
|
|
|
:fixed="item.columnName == 'NAME' ? 'left' : false" |
|
|
|
:show-overflow-tooltip="true" |
|
|
|
:width="item.itemType === 'radio' ? computedWidth(item.label) : 180"> |
|
|
|
> |
|
|
|
<!-- :width="item.itemType === 'radio' ? computedWidth(item.label) : 180" --> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<a v-if="item.columnName == 'NAME'" |
|
|
|
class="name-a" |
|
|
|