diff --git a/src/pages/phone/domesticStand.vue b/src/pages/phone/domesticStand.vue
index cc9a0c3d2..5b3c6fbc8 100644
--- a/src/pages/phone/domesticStand.vue
+++ b/src/pages/phone/domesticStand.vue
@@ -34,7 +34,8 @@
-
{{item.standName && item.standName !== '' ? item.standName : item.standEnName !== '' ? item.standEnName : item.nameshow }}
+
+
{{(item.nameshow && item.nameshow !== '') ? item.nameshow : (item.standName && item.standName !== '') ? item.standName : item.standEnName }}
@@ -58,6 +59,11 @@
{{ lawsMap[item.lawsTextState] }}
+