diff --git a/locale/en.json b/locale/en.json index 4bb3660f..f4a7a1fe 100644 --- a/locale/en.json +++ b/locale/en.json @@ -38,6 +38,7 @@ "compare": "Compare", "search": "Search", "num": "quantity", + "list": "List", "order": "order form", "service": "service", "base": "Base", @@ -2003,8 +2004,7 @@ "23rdfg": "Complaint/Report Type", "5434rd": "Please select the type of complaint/report", "78iudg": "proof image", - "56ys33": "Please upload complete and clear images, up to a maximum of 10", - "ssdff4": "My submission record" + "56ys33": "Please upload complete and clear images, up to a maximum of 10" } }, "orderfeed-form": { diff --git a/locale/zh.json b/locale/zh.json index 72807937..74e36af1 100644 --- a/locale/zh.json +++ b/locale/zh.json @@ -38,6 +38,7 @@ "compare": "对比", "search": "搜索", "num": "数量", + "list": "列表", "order": "订单", "service": "服务", "base": "基础", @@ -1987,8 +1988,7 @@ "23rdfg": "投诉/举报类型", "5434rd": "请选择投诉/举报类型", "78iudg": "证明图片", - "56ys33": "请上传完整清晰的图片,最多10张", - "ssdff4": "我的提交记录" + "56ys33": "请上传完整清晰的图片,最多10张" } }, "orderfeed-form": { diff --git a/pages/plugins/complaint/form/form.vue b/pages/plugins/complaint/form/form.vue index 05fde4ee..f2f1e616 100644 --- a/pages/plugins/complaint/form/form.vue +++ b/pages/plugins/complaint/form/form.vue @@ -46,10 +46,13 @@ - - {{$t('complaint-form.complaint-form.ssdff4')}} >> + + + + + {{$t('common.list')}} + - diff --git a/pages/plugins/orderfeed/form/form.vue b/pages/plugins/orderfeed/form/form.vue index f80f6e49..814c2718 100644 --- a/pages/plugins/orderfeed/form/form.vue +++ b/pages/plugins/orderfeed/form/form.vue @@ -30,10 +30,13 @@ - - {{$t('complaint-form.complaint-form.ssdff4')}} >> + + + + + {{$t('common.list')}} + -