[bug] -多个联系人及手机号 换行显示;标协会议显示字段错误
This commit is contained in:
@@ -214,7 +214,14 @@ export default {
|
||||
align: 'center',
|
||||
dataIndex: 'meetingType_dictText',
|
||||
width: 120,
|
||||
scopedSlots: {customRender: 'text'}
|
||||
customRender: (text, record) => {
|
||||
if(text !== '标协会议') {
|
||||
return text
|
||||
} else {
|
||||
return record.tbMeetingType_dictText
|
||||
}
|
||||
}
|
||||
// scopedSlots: {customRender: 'text'}
|
||||
},
|
||||
{
|
||||
title: '负责人',
|
||||
@@ -491,4 +498,4 @@ export default {
|
||||
|
||||
<style scoped lang="less">
|
||||
@import '~@assets/less/common.less';
|
||||
</style>
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user