@@ -157,9 +157,6 @@ export default {
columnAttributes: {
label: '备注',
prop: 'reason'
- },
- render: (h, { row, column }) => {
- return <div>{this.toFixed(row[column.columnAttributes.prop])}</div>
}
// ...(() => {