[需求变更] 打包管理-添加打包项目-选择项目弹框、到账开票列表加上企业联系人这一列数据;财务管理-来款:未审核通过的会议项目不允许在这里来款,来款按钮置灰
This commit is contained in:
@@ -145,10 +145,16 @@ export default {
|
||||
}, {
|
||||
title: '项目负责人',
|
||||
align: 'center',
|
||||
width: 140,
|
||||
width: 280,
|
||||
dataIndex: 'principalName',
|
||||
scopedSlots: { customRender: 'text' }
|
||||
}, {
|
||||
},{
|
||||
title: '企业联系人',
|
||||
align: 'center',
|
||||
width: 280,
|
||||
dataIndex: 'contactsTemporaryName',
|
||||
scopedSlots: { customRender: 'text' }
|
||||
}, {
|
||||
title: '应收金额',
|
||||
align: 'center',
|
||||
width: 120,
|
||||
|
||||
Reference in New Issue
Block a user