From 1f76b7b9f59ba121e95ea08b5f532ed2cc2ad884 Mon Sep 17 00:00:00 2001 From: luofann Date: Thu, 10 Oct 2024 12:30:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=C2=A0=E4=BF=AE=E5=A4=8D=E8=AF=84?= =?UTF-8?q?=E4=BB=B7=E9=80=89=E6=8B=A9=E9=94=99=E8=AF=AF=E5=90=8E=E9=87=8D?= =?UTF-8?q?=E6=96=B0=E9=80=89=E6=8B=A9=E7=9A=84=E6=97=B6=E5=80=99=E6=8F=90?= =?UTF-8?q?=E4=BA=A4=E6=8C=89=E9=92=AE=E4=B8=8D=E5=88=B7=E6=96=B0=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98=20--bug=3D131427363=20#=20Reviewed,=20transa?= =?UTF-8?q?ction=20id:=2020110?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../evaluation/EvaluationTicketModal.vue | 31 +++++++++++++------ frontend/pc/src/i18n/lang/en.js | 1 + frontend/pc/src/i18n/lang/zh.js | 1 + frontend/pc/src/views/project/guide.vue | 4 +-- 4 files changed, 25 insertions(+), 12 deletions(-) diff --git a/frontend/pc/src/components/ticket/evaluation/EvaluationTicketModal.vue b/frontend/pc/src/components/ticket/evaluation/EvaluationTicketModal.vue index 977852836..bac362ddd 100644 --- a/frontend/pc/src/components/ticket/evaluation/EvaluationTicketModal.vue +++ b/frontend/pc/src/components/ticket/evaluation/EvaluationTicketModal.vue @@ -38,19 +38,25 @@ @updatePendingStatus="onUpdatePendingStatus" @submitSuccess="onSubmitSuccess"> +

{{ $t('m.newCommon["满意度评价邀请已发送,等待用户评价"]') }}

- - {{ $t('m.newCommon["提交"]') }} - - - {{ $t('m.newCommon["取消"]') }} + + {{ $t('m.newCommon["关闭"]') }} +
@@ -127,5 +133,10 @@ .evaluation-wrap { width: 100%; height: 305px; + .invited-tips { + padding-top: 120px; + text-align: center; + font-size: 16px; + } } diff --git a/frontend/pc/src/i18n/lang/en.js b/frontend/pc/src/i18n/lang/en.js index ce8b9a985..7dca3f1cd 100644 --- a/frontend/pc/src/i18n/lang/en.js +++ b/frontend/pc/src/i18n/lang/en.js @@ -972,6 +972,7 @@ export const m = { 提交: 'Submit ', '手机号码:': 'Phone Number: ', '请输入,多个用英文逗号分隔': 'Separated by comma ', + '满意度评价邀请已发送,等待用户评价': 'Satisfaction evaluation invitation has been sent, awaiting user feedback’: ‘Satisfaction evaluation invitation has been sent, awaiting user feedback.', 提交后系统会发送信息至需求方进行满意度评价: 'The system will send message to requester for rating after submission,', 你已发送过满意度评价短信给: 'You have sent a rate message to ', '单据处理未完成或没有评价权限,不能评价!': 'Sorry, the ticket is not completed or you don\'t have rate permission!', diff --git a/frontend/pc/src/i18n/lang/zh.js b/frontend/pc/src/i18n/lang/zh.js index c7e98005e..0589cdb36 100644 --- a/frontend/pc/src/i18n/lang/zh.js +++ b/frontend/pc/src/i18n/lang/zh.js @@ -978,6 +978,7 @@ export const m = { 提交: '提交', '手机号码:': '手机号码:', '请输入,多个用英文逗号分隔': '请输入,多个用英文逗号分隔', + '满意度评价邀请已发送,等待用户评价': '满意度评价邀请已发送,等待用户评价', 提交后系统会发送信息至需求方进行满意度评价: '提交后系统会发送信息至需求方进行满意度评价', 你已发送过满意度评价短信给: '你已发送过满意度评价短信给', '单据处理未完成或没有评价权限,不能评价!': '单据处理未完成或没有评价权限,不能评价!', diff --git a/frontend/pc/src/views/project/guide.vue b/frontend/pc/src/views/project/guide.vue index fcebbb989..05f0168e6 100644 --- a/frontend/pc/src/views/project/guide.vue +++ b/frontend/pc/src/views/project/guide.vue @@ -72,12 +72,12 @@ { text: this.$t('m[\'第一次使用流程服务? 一键带你快速入门\']'), btn: this.$t('m[\'产品文档\']'), - href: 'https://bk.tencent.com/docs/document/6.0/145/6592', + href: window.DOC_URL, }, { text: this.$t('m[\'了解更详细的流程服务产品架构和功能介绍,点击查阅产品白皮书\']'), btn: this.$t('m[\'产品文档\']'), - href: 'https://bk.tencent.com/docs/document/6.0/145/6592', + href: window.DOC_URL, }, ], },