From c18120fe81c04b7d7e766360b116829b487b2ad9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com> Date: Sat, 31 Jan 2026 13:22:46 +0800 Subject: [PATCH] =?UTF-8?q?fix(credit):=20=E4=BF=AE=E5=A4=8D=E4=BF=A1?= =?UTF-8?q?=E7=94=A8=E8=AF=84=E4=BC=B0=E9=A1=B5=E9=9D=A2=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E6=98=A0=E5=B0=84=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将表格列的dataIndex从'status'更正为'dataType' - 将表格列的key从'status'更正为'dataType' - 确保数据绑定与实际数据结构一致 --- src/views/credit/creditGqdj/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/credit/creditGqdj/index.vue b/src/views/credit/creditGqdj/index.vue index 203795b..e4da303 100644 --- a/src/views/credit/creditGqdj/index.vue +++ b/src/views/credit/creditGqdj/index.vue @@ -195,8 +195,8 @@ }, { title: '状态', - dataIndex: 'status', - key: 'status' + dataIndex: 'dataType', + key: 'dataType' }, { title: '数据状态',