| | |
| | | <div v-html="params.row.title?params.row.title:''"></div> |
| | | </template> |
| | | <template slot="content" slot-scope="params"> |
| | | <div v-html="params.row.content?params.row.content:''"></div> |
| | | |
| | | <div v-html="params.row.content? params.row.content.length>300?params.row.content.substring(0,300)+'...':params.row.content:''"></div> |
| | | |
| | | </template> |
| | | <template slot="action" slot-scope="params"> |
| | | <Tooltip content="查看" class="tableActionMargin" theme="light" transfer max-width="200" placement="top"> |
| | |
| | | $('.rentScroll').animate({ scrollTop: 0 }, 'slow') |
| | | }) |
| | | }, |
| | | |
| | | // checkTableLists(){ |
| | | // if(this.checkTableLists.length>9){ |
| | | // $('.timelong').css({'width':'720px'}) |
| | |
| | | if (res.data.Check) { |
| | | this.rentList = res.data.Data.Items |
| | | this.TotalItems = res.data.Data.TotalItems |
| | | for(let i=0;i<this.rentList.length;i++){ |
| | | this.rentList[i].content=this.rentList[i].content.replace(/\r\n/g, '<br>') |
| | | } |
| | | this.TotalPages = res.data.Data.TotalPages |
| | | this.loadingRent = false |
| | | |
| | |
| | | width: 250, |
| | | slot: 'cfjd', |
| | | fixed: 'left', |
| | | |
| | | }) |
| | | columns.push({ |
| | | title: '所属监管局', |
| | | key: 'ssjgj', |
| | | align: 'left', |
| | | fixed: 'left', |
| | | minWidth: 200, |
| | | render: (h, params) => { |
| | | if (params.row.ssjgj) { |
| | | return h('span', params.row.ssjgj) |
| | | } else { |
| | | return h('span', '--') |
| | | } |
| | | } |
| | | }) |
| | | |
| | | columns.push({ |
| | | title: '作出处罚决定的机关名称', |
| | | key: 'jgmc', |
| | |
| | | return h('span', params.row.jgmc) |
| | | } else { |
| | | return h('span', '--') |
| | | } |
| | | } |
| | | }) |
| | | columns.push({ |
| | | title: '所属监管局', |
| | | key: 'ssjgj', |
| | | align: 'left', |
| | | |
| | | minWidth: 100, |
| | | render: (h, params) => { |
| | | if (params.row.ssjgj) { |
| | | return h('span', params.row.ssjgj) |
| | | } else { |
| | | return h('span', params.row.jgmc?params.row.jgmc.replace('中国银行保险监督管理委员会','').replace('中国银监会',''):'--') |
| | | } |
| | | } |
| | | }) |
| | |
| | | title: '内容', |
| | | key: 'content', |
| | | align: 'left', |
| | | minWidth: 250, |
| | | minWidth: 300, |
| | | // slot: 'NameOfTenantSlot', |
| | | // fixed: 'left', |
| | | slot:"content" |
| | |
| | | // } |
| | | }) |
| | | columns.push({ |
| | | title: '所属监管局', |
| | | key: 'ssjgj', |
| | | align: 'left', |
| | | width: 150, |
| | | render: (h, params) => { |
| | | if (params.row.ssjgj) { |
| | | return h('span', params.row.ssjgj) |
| | | } else { |
| | | return h('span', '--') |
| | | } |
| | | } |
| | | }) |
| | | columns.push({ |
| | | title: '发布日期', |
| | | key: 'gbrq', |
| | | align: 'center', |