| | |
| | | <DatePicker type="date" placeholder="请选择处罚决定结束日期" style="width: 288px" @on-change="getEndTime" /> |
| | | </div> |
| | | <div style="position:absolute;top:53px;left:510px"> |
| | | |
| | | |
| | | <Button size="large" v-show="showMore === false" type="primary" style="margin: 12px 5px;width: 88px;" |
| | | @click="showMore = !showMore">展开</Button> |
| | | <Button size="large" v-show="showMore === true" type="primary" style="margin: 12px 5px;width: 88px;" |
| | |
| | | <Button size="large" icon="ios-search" type="primary" style="margin: 12px 0" @click="searchClick(1)">搜索 |
| | | </Button> |
| | | </div> |
| | | |
| | | <div class="rentScrollOut" style="margin-top: 12px"> |
| | | <Table ref="rentList" border :columns="bankColumns" :data="rentList" :loading="loadingRent" |
| | | :max-height="componentsType != 'noTitle' ? 600 : 400"> |
| | | <template slot="cfdsr" slot-scope="params"> |
| | | <div v-html="params.row.cfdsr?params.row.cfdsr:''"></div> |
| | | <div v-html="params.row.cfdsr?params.row.cfdsr.replace(/\r\n/g, '</br>'):''"></div> |
| | | </template> |
| | | <template slot="ay" slot-scope="params"> |
| | | <div v-html="params.row.ay?params.row.ay:''"></div> |
| | | </template> |
| | | <template slot="cfjd" slot-scope="params"> |
| | | <div v-html="params.row.cfjd?params.row.cfjd:''"></div> |
| | | <div v-html="params.row.cfjd?params.row.cfjd.replace(/\r\n/g, '<br>'):''"></div> |
| | | </template> |
| | | <!-- <template slot="cfdsr" slot-scope="params"> |
| | | <div v-html="params.row.cfdsr?params.row.cfdsr:''"></div> |
| | | </template> --> |
| | | <template slot="action" slot-scope="params"> |
| | | <Tooltip content="查看" class="tableActionMargin" theme="light" transfer max-width="200" placement="top"> |
| | | <Icon custom="custom custom-chakan" size="18" :class="defaultassetsmode ? 'disabledIcon' : 'actionIcon'" |
| | |
| | | <span>{{ createTime }}</span> |
| | | </div> |
| | | <div class="lists_readAndEdit2" style="margin-top: 0;padding-top: 0px;" v-else> |
| | | |
| | | |
| | | |
| | | <div class="searchListItem" style="margin:5px 0"><span |
| | | style=" display: inline-block;width: 180px;line-height: 40px;">处罚内容:</span> <Input v-model="ybjParams.nr" |
| | | size="large" style="width: 300px;padding-right: 12px" placeholder="请输入处罚内容"></Input> |
| | | </div> |
| | | |
| | | |
| | | <div v-show="showMore === true" class="searchListItem" style="margin:5px 0"><span |
| | | style=" display: inline-block;width: 180px;line-height: 40px;">所属监管局:</span> |
| | | <Input v-model="ybjParams.ssjgj" size="large" style="width: 300px;padding-right: 12px" |
| | |
| | | <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.length>160?params.row.content.substring(0,160)+'...':params.row.content:''"></div> |
| | | |
| | | </template> |
| | | <template slot="action" slot-scope="params"> |
| | | <Tooltip content="查看" class="tableActionMargin" theme="light" transfer max-width="200" placement="top"> |
| | |
| | | <!-- </thead> --> |
| | | <tr class="rentThClass" style="border-style: none;background: #f2f2f2"> |
| | | <td style="border-top: 1px solid #ccc;border-right: 0px solid #ccc;width:200px;">被处罚当事人</td> |
| | | <td style="border-top: 1px solid #ccc;border-right: 1px solid #ccc" v-html="detailParams.cfdsr? detailParams.cfdsr : '--'"> |
| | | <td style="border-top: 1px solid #ccc;border-right: 1px solid #ccc" v-html="detailParams.cfdsr? detailParams.cfdsr.replace(/\r\n/g, '<br>') : '--'"> |
| | | |
| | | </td> |
| | | </tr> |
| | |
| | | </tr> |
| | | <tr class="rentThClass" style="border-style: none"> |
| | | <td style="width:200px;">行政处罚依据</td> |
| | | <td style="border-right: 1px solid #ccc" colspan="3">{{ detailParams.yj ? detailParams.yj : '--' }}</td> |
| | | <td style="border-right: 1px solid #ccc" colspan="3" v-html="detailParams.yj ? detailParams.yj.replace(/\r\n/g, '<br>') : '--' "></td> |
| | | </tr> |
| | | <tr class="rentThClass" style="border-style: none;background: #f2f2f2"> |
| | | <td style="width:200px;">行政处罚决定</td> |
| | | <td style="border-right: 1px solid #ccc" colspan="3" v-html="detailParams.cfjd ? detailParams.cfjd : '--'"> |
| | | <td style="border-right: 1px solid #ccc" colspan="3" v-html="detailParams.cfjd ? detailParams.cfjd.replace(/\r\n/g, '<br>') : '--'"> |
| | | |
| | | </td> |
| | | </tr> |
| | |
| | | columns.push({ |
| | | title: '标题', |
| | | key: 'title', |
| | | align: 'center', |
| | | align: 'left', |
| | | width: 250, |
| | | slot: 'title', |
| | | // fixed: 'left', |