[update 委员会] 委员数量调整
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
|
||||
<!-- 跳转委员信息 -->
|
||||
<template slot="memberNumber" slot-scope="text, record">
|
||||
<j-ellipsis :value="text" :length="20" @click="handleMember(record)" class="can-click"></j-ellipsis>
|
||||
<j-ellipsis value="查看" :length="20" @click="handleMember(record)" class="can-click"></j-ellipsis>
|
||||
</template>
|
||||
|
||||
<template slot="text" slot-scope="text">
|
||||
@@ -112,7 +112,7 @@ export default {
|
||||
scopedSlots: { customRender: 'detail' }
|
||||
},
|
||||
{
|
||||
title: '委员数量',
|
||||
title: '委员信息',
|
||||
align: 'center',
|
||||
width: 100,
|
||||
dataIndex: 'memberNumber',
|
||||
|
||||
Reference in New Issue
Block a user