diff --git a/frontend/ops_vue_js/src/i18n/en.json b/frontend/ops_vue_js/src/i18n/en.json index e889665..92c6909 100644 --- a/frontend/ops_vue_js/src/i18n/en.json +++ b/frontend/ops_vue_js/src/i18n/en.json @@ -86,7 +86,7 @@ "items": "orders.", "order_detail": "Order Detail", "back": "Back", - "back_to_list": "Back to List", + "back_to_list": "Go Back", "order_not_found": "Order Not Found", "delete_order": "Delete Order", "confirm_delete": "Are you sure you want to delete this order? This action cannot be undone.", @@ -144,7 +144,7 @@ "submit_commit": "Submit", "edit": "Edit", "delete": "Delete", - "back_to_list": "Back to List", + "back_to_list": "Go Back", "not_found": "Work order not found", "confirm_delete": "Are you sure you want to delete this work order? This action cannot be undone.", "confirm_delete_commit": "Are you sure you want to delete this progress?", diff --git a/frontend/ops_vue_js/src/i18n/zh-CN.json b/frontend/ops_vue_js/src/i18n/zh-CN.json index 865dbdd..bb8203c 100644 --- a/frontend/ops_vue_js/src/i18n/zh-CN.json +++ b/frontend/ops_vue_js/src/i18n/zh-CN.json @@ -86,7 +86,7 @@ "items": "个订单", "order_detail": "订单详情", "back": "返回", - "back_to_list": "返回列表", + "back_to_list": "返回", "order_not_found": "订单不存在", "delete_order": "删除订单", "confirm_delete": "确定要删除此订单吗?此操作不可撤销。", @@ -144,7 +144,7 @@ "submit_commit": "提交", "edit": "编辑", "delete": "删除", - "back_to_list": "返回列表", + "back_to_list": "返回", "not_found": "工单不存在", "confirm_delete": "确定要删除此工单吗?此操作不可撤销。", "confirm_delete_commit": "确定要删除此进度吗?", diff --git a/frontend/ops_vue_js/src/views/purchase/ShowOrder.vue b/frontend/ops_vue_js/src/views/purchase/ShowOrder.vue index 656aa2f..47337d4 100644 --- a/frontend/ops_vue_js/src/views/purchase/ShowOrder.vue +++ b/frontend/ops_vue_js/src/views/purchase/ShowOrder.vue @@ -341,13 +341,13 @@ onMounted(fetchOrder);
{{ order.Description }}