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