diff --git a/apps/src/views/operate/cp-apply.vue b/apps/src/views/operate/cp-apply.vue index 8ae31b1..9594a74 100644 --- a/apps/src/views/operate/cp-apply.vue +++ b/apps/src/views/operate/cp-apply.vue @@ -69,7 +69,12 @@ const columns: any[] = [ title: '金额', width: 120, }, - { dataIndex: 'relationType', key: 'relationType', title: '关系类型', width: 120 }, + { + dataIndex: 'relationType', + key: 'relationType', + title: '关系类型', + width: 120, + }, { dataIndex: 'status', key: 'status', title: '状态', width: 120 }, { dataIndex: 'time', key: 'time', title: '时间', width: 220 }, ];