|
|
@ -25,7 +25,7 @@ |
|
|
:prop="item.columnName" |
|
|
:prop="item.columnName" |
|
|
:label="item.label" |
|
|
:label="item.label" |
|
|
align="center" |
|
|
align="center" |
|
|
width="180"> |
|
|
:width="item.itemType === 'radio' ? 80 : 180"> |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
<span>{{ handleFilterSpan(scope.row, item)}}</span> |
|
|
<span>{{ handleFilterSpan(scope.row, item)}}</span> |
|
|
</template> |
|
|
</template> |
|
|
|