Commit a8d564c0 by Sweet Zhang

增加关联人员

parent 38e06db0
......@@ -402,7 +402,7 @@ const payableReportListTableColumns = ref([
{ prop: 'broker', label: '转介人', sortable: true, width: '120' },
{ prop: 'brokerGradeName', label: '职级', sortable: true, width: '100' },
{ prop: 'fortuneName', label: '出账项目', sortable: true, width: '150' },
{ prop: 'team', label: '关联人员', sortable: true, width: '120' },
{ prop: 'amountSourceName', label: '关联人员', sortable: true, width: '120' },
{ prop: 'status', label: '出账状态', sortable: true, width: '120',formatter: row => getDictLabel('csf_expected_fortune_status', row.status) || '-' },
{ prop: 'fortunePeriod', label: '出账期数', sortable: true, width: '100' },
{ prop: 'fortuneTotalPeriod', label: '出账总期数', sortable: true, width: '100' },
......@@ -434,7 +434,7 @@ const payableReportListTableColumns = ref([
{ prop: 'remark', label: '备注', sortable: false, width: '200' },
{ prop: 'creatorName', label: '创建人', sortable: true, width: '100' },
{ prop: 'createTime', label: '创建时间', sortable: true, width: '160' },
{ prop: 'updateTime', label: '操作', sortable: true, width: '160' }
{ prop: 'updateTime', label: '更新时间', sortable: true, width: '160' }
])
// 设置出账状态
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment