| | |
| | | </li> |
| | | <li class="list" style="width: 100%;padding-left: 20px;"> |
| | | {{ |
| | | `截至${detailMessage.jzrqStr},存量资产余额${detailMessage.clzc ? CustomMethods.numTo$(detailMessage.clzc) : '--'}元,存量业务${detailMessage.clywbs ? CustomMethods.numTo$(detailMessage.clywbs, 0) : 0}笔,平均单笔业务余额为${detailMessage.pjdbywye ? CustomMethods.numTo$(detailMessage.pjdbywye) : '--'}元;` |
| | | `截至${detailMessage.jzrqStr},存量资产余额${detailMessage.clzc ? CustomMethods.numTo$(detailMessage.clzc) : '--'}元,存量业务${detailMessage.clywbs ? CustomMethods.numTo$(detailMessage.clywbs, 0) : 0}笔,平均单笔业务余额为${detailMessage.pjdbywye ? CustomMethods.numTo$(detailMessage.pjdbywye) : '--'}元。` |
| | | }} |
| | | </li> |
| | | </ul> |
| | |
| | | <Table border :columns="detailMessageCzrfxTableColumns" :data="detailMessage.czrfxTable" |
| | | max-height="400"> |
| | | <template slot="Name" slot-scope="{row,index}"> |
| | | <div v-for="(item,index) in row.czrInfo" |
| | | :style="{height: '42px',borderBottom: '1px solid #e9e9e9',borderWidth:row.czrInfo.length > 1 && index != row.czrInfo.length - 1 ? '1px' : 0}"> |
| | | {{ item.Name ? item.Name : '--' }} |
| | | </div> |
| | | <Tooltip v-for="(item,index) in row.czrInfo" |
| | | :content="item.Name ? item.Name : '--'" class="tableActionMargin" theme="light" transfer max-width="200" |
| | | placement="top"> |
| | | <div |
| | | class="ellipsisDiv" |
| | | :style="{width:'180px',height: '42px',lineHeight:'42px',padding: '0 8px',borderBottom: '1px solid #e9e9e9',borderWidth:row.czrInfo.length > 1 && index != row.czrInfo.length - 1 ? '1px' : 0}"> |
| | | {{ item.Name ? item.Name : '--' }} |
| | | </div> |
| | | </Tooltip> |
| | | </template> |
| | | <template slot="hy" slot-scope="{row,index}"> |
| | | <div v-for="(item,index) in row.czrInfo" |
| | | :style="{height: '42px',borderBottom: '1px solid #e9e9e9',borderWidth:row.czrInfo.length > 1 && index != row.czrInfo.length - 1 ? '1px' : 0}"> |
| | | {{ item.hy ? item.hy : '--' }} |
| | | </div> |
| | | <Tooltip v-for="(item,index) in row.czrInfo" |
| | | :content="item.hy ? item.hy : '--'" class="tableActionMargin" theme="light" transfer max-width="200" |
| | | placement="top"> |
| | | <div |
| | | class="ellipsisDiv" |
| | | :style="{width:'180px',height: '42px',lineHeight:'42px',padding: '0 8px',borderBottom: '1px solid #e9e9e9',borderWidth:row.czrInfo.length > 1 && index != row.czrInfo.length - 1 ? '1px' : 0}"> |
| | | {{ item.hy ? item.hy : '--' }} |
| | | </div> |
| | | </Tooltip> |
| | | </template> |
| | | <template slot="dq" slot-scope="{row,index}"> |
| | | <div v-for="(item,index) in row.czrInfo" |
| | |
| | | #detailModal .ivu-modal { |
| | | top: 50px; |
| | | } |
| | | .ellipsisDiv{ |
| | | overflow: hidden; |
| | | text-overflow:ellipsis; |
| | | white-space: nowrap; |
| | | } |
| | | </style> |