hailu
2024-04-11 a820dfc67fceb02f4170dec02617f9e5f096da17
优化
1个文件已修改
25 ■■■■ 已修改文件
src/view/enterpriseControl/bankPunishEvent.vue 25 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/view/enterpriseControl/bankPunishEvent.vue
@@ -81,8 +81,6 @@
          <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;"
@@ -90,22 +88,18 @@
          <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'"
@@ -127,15 +121,10 @@
          <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"
@@ -165,9 +154,7 @@
                <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">
@@ -384,7 +371,7 @@
          <!-- </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>
@@ -400,11 +387,11 @@
          </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>
@@ -1833,7 +1820,7 @@
      columns.push({
        title: '标题',
        key: 'title',
        align: 'center',
        align: 'left',
        width: 250,
        slot: 'title',
        // fixed: 'left',