diff --git a/src/views/ebiz/institutionalPerform/InstitutionalManpower/index.vue b/src/views/ebiz/institutionalPerform/InstitutionalManpower/index.vue index 6d1c27fa7..4ec913599 100644 --- a/src/views/ebiz/institutionalPerform/InstitutionalManpower/index.vue +++ b/src/views/ebiz/institutionalPerform/InstitutionalManpower/index.vue @@ -211,7 +211,7 @@ export default { }, //页面返回服务页 appCallBack(data) { - if (data.trigger == 'left_button_click') { + if (data.trigger == 'right_button_click') { this.$jump({ flag: 'service' }) @@ -302,7 +302,7 @@ export default { } table td { - text-align: center; + text-align: right; padding:8px;