[bug] -多个联系人及手机号 换行显示;标协会议显示字段错误

This commit is contained in:
fengchenchen
2022-01-06 20:24:34 +08:00
parent 75bbd5e915
commit 05e60d4951
2 changed files with 33 additions and 11 deletions
@@ -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>