| | |
| | | </template> |
| | | <template slot="content" slot-scope="params"> |
| | | |
| | | <div v-html="params.row.content? params.row.content.length>300?params.row.content.substring(0,300)+'...':params.row.content:''"></div> |
| | | <div v-html="params.row.content? params.row.content.length>160?params.row.content.substring(0,160)+'...':params.row.content:''"></div> |
| | | |
| | | </template> |
| | | <template slot="action" slot-scope="params"> |
| | |
| | | if (params.row.ssjgj) { |
| | | return h('span', params.row.ssjgj) |
| | | } else { |
| | | return h('span', params.row.jgmc?params.row.jgmc.replace('中国银行保险监督管理委员会','').replace('中国银监会',''):'--') |
| | | return h('span', '--') |
| | | } |
| | | } |
| | | }) |