From 854048d6e87fce911a182dd81081369eb2a398b0 Mon Sep 17 00:00:00 2001 From: zhx Date: Sat, 23 May 2026 21:28:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E7=B3=BB=E7=B1=BB=E5=9E=8B=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/src/views/operate/cp-apply.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 }, ];