|
@@ -105,6 +105,14 @@ export default {
|
|
|
}
|
|
|
defaultData.columnAttributes.width = 200
|
|
|
}
|
|
|
+ if (item.jname === 'appraiseContent') {
|
|
|
+ defaultData.render = (h, { row, index, column }) => {
|
|
|
+ return (
|
|
|
+ <span>{row.appraiseContent}</span>
|
|
|
+ )
|
|
|
+ }
|
|
|
+ defaultData.columnAttributes.width = 200
|
|
|
+ }
|
|
|
return defaultData
|
|
|
},
|
|
|
// 监听勾选变化
|