diff --git a/project/pingchang/apps/AppBayonetRegistration/components/Detail.vue b/project/pingchang/apps/AppBayonetRegistration/components/Detail.vue index d873aaf2..d887b1d2 100644 --- a/project/pingchang/apps/AppBayonetRegistration/components/Detail.vue +++ b/project/pingchang/apps/AppBayonetRegistration/components/Detail.vue @@ -138,7 +138,7 @@ isLoading: false, tableData: [], colConfigs: [ - {prop: 'createUserName', label: '姓名', align: 'center' }, + {prop: 'name', label: '姓名', align: 'center' }, {prop: 'phone', label: '手机号', align: 'center'} ], tabList: ['基本信息', '风险处置']