|
|
|
@ -54,11 +54,11 @@
|
|
|
|
|
|
|
|
|
|
<!-- table区域-begin --> |
|
|
|
|
<div> |
|
|
|
|
<div class="ant-alert ant-alert-info" style="margin-bottom: 16px;"> |
|
|
|
|
<i class="anticon anticon-info-circle ant-alert-icon"></i> 已选择 <a style="font-weight: 600">{{ |
|
|
|
|
this.selectedRowKeys.length }}</a>项 |
|
|
|
|
<a style="margin-left: 24px" @click="onClearSelected">清空</a> |
|
|
|
|
</div> |
|
|
|
|
<!-- <div class="ant-alert ant-alert-info" style="margin-bottom: 16px;">--> |
|
|
|
|
<!-- <i class="anticon anticon-info-circle ant-alert-icon"></i> 已选择 <a style="font-weight: 600">{{--> |
|
|
|
|
<!-- this.selectedRowKeys.length }}</a>项--> |
|
|
|
|
<!-- <a style="margin-left: 24px" @click="onClearSelected">清空</a>--> |
|
|
|
|
<!-- </div>--> |
|
|
|
|
|
|
|
|
|
<a-table |
|
|
|
|
ref="table" |
|
|
|
@ -71,10 +71,12 @@
|
|
|
|
|
:dataSource="dataSource" |
|
|
|
|
:pagination="pagination" |
|
|
|
|
:loading="loading" |
|
|
|
|
:rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange, type:'radio'}" |
|
|
|
|
:rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange}" |
|
|
|
|
:customRow="clickThenSelect" |
|
|
|
|
@change="handleTableChange"> |
|
|
|
|
|
|
|
|
|
<span slot="describes" slot-scope="text, record"> |
|
|
|
|
<j-ellipsis :value="text" :length="30"/> |
|
|
|
|
</span> |
|
|
|
|
<template slot="htmlSlot" slot-scope="text"> |
|
|
|
|
<div v-html="text"></div> |
|
|
|
|
</template> |
|
|
|
@ -173,6 +175,7 @@
|
|
|
|
|
{ |
|
|
|
|
title: '流程提示', |
|
|
|
|
align: 'center', |
|
|
|
|
scopedSlots: { customRender: 'describes' }, |
|
|
|
|
dataIndex: 'describes' |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|