diff --git a/src/common/lang/businessSupport/en.js b/src/common/lang/businessSupport/en.js index 678d6a7e..74bea20f 100644 --- a/src/common/lang/businessSupport/en.js +++ b/src/common/lang/businessSupport/en.js @@ -19,6 +19,8 @@ module.exports = { setTop: 'Set To Top', answerQuestion: 'reply to a question', word: 'word', - pleaseEnterAnswerDesc: '请输入回答描述' + pleaseEnterAnswerDesc: '请输入回答描述', + answerQuestionTitle: '回答问题', + questionDetail: '问题详情' } } diff --git a/src/common/lang/businessSupport/zh.js b/src/common/lang/businessSupport/zh.js index c294a3c8..eb8a13f2 100644 --- a/src/common/lang/businessSupport/zh.js +++ b/src/common/lang/businessSupport/zh.js @@ -1,7 +1,7 @@ module.exports = { // 标准化活动 standardizationActivity: { - nodeName: '节点名称', // 节点名称 + nodeName: '节点名称' // 节点名称 }, // 问答库 questionAnswer: { @@ -19,7 +19,9 @@ module.exports = { setTop: '设置为置顶', answerQuestion: '回复问题', word: '字', - pleaseEnterAnswerDesc: '请输入回答描述' + pleaseEnterAnswerDesc: '请输入回答描述', + answerQuestionTitle: '回答问题', + questionDetail: '问题详情' }, // 征求意见 diff --git a/src/components/customField/Search.vue b/src/components/customField/Search.vue index 68caae5a..10df2c64 100644 --- a/src/components/customField/Search.vue +++ b/src/components/customField/Search.vue @@ -50,14 +50,6 @@ - - - - - - - - -