From c3cdcceba6e2e205c80d8356565a882cdc48de9d Mon Sep 17 00:00:00 2001 From: duanliangtao Date: Wed, 11 Oct 2023 18:48:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=B1=85=E6=B0=91=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E5=9B=BD=E7=B1=8D=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/base/resi.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/base/resi.vue b/src/views/modules/base/resi.vue index a1b11329f..c776c8c2e 100644 --- a/src/views/modules/base/resi.vue +++ b/src/views/modules/base/resi.vue @@ -387,7 +387,7 @@ export default { { columnName: "name", label: "姓名", width: 80 }, { columnName: "birthday", label: "生日", width: 100 }, { columnName: "gender", label: "性别", width: 50 }, - { columnName: "nationality", label: "国籍", width: 50 }, + { columnName: "nationalityName", label: "国籍", width: 50 }, { columnName: "agencyName", label: "所属组织", width: 150 }, { columnName: "gridName", label: "所属网格", width: 150 }, { columnName: "homeName", label: "所属房屋", width: 150 },