diff --git a/root/bind/applyList.vue b/root/bind/applyList.vue
index 87fed89..4ea6074 100644
--- a/root/bind/applyList.vue
+++ b/root/bind/applyList.vue
@@ -46,12 +46,12 @@
- {{itm.agencyName}}
+ {{itm.fullName || itm.agencyName}}
{{itm.remark && itm.remark.trim() ? itm.remark : (itm.tel ? itm.tel : '-')}}
-
+