diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index 708ff3cea..935e965bb 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -1226,4 +1226,8 @@ module.exports = { addLabel:'Add Label', editLabel:'Edit Label', applicableMarket:'Applicable market', + templateMaintenance:'Template maintenance', + associatedWebsite:'Associated website', + dropDownOptions:'Drop down options', + dropDownOptionMaintenance:'Drop down option maintenance', } \ No newline at end of file diff --git a/jero-web/src/common/lang/zh-cn.js b/jero-web/src/common/lang/zh-cn.js index e537f5564..132493ef4 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -1329,4 +1329,8 @@ module.exports = { addLabel:'新增标签', editLabel:'编辑标签', applicableMarket:'适用市场', + templateMaintenance:'模板维护', + associatedWebsite:'关联网址', + dropDownOptions:'下拉选项', + dropDownOptionMaintenance:'下拉选项维护', } \ No newline at end of file diff --git a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/classificationMaintenanceAdd.vue b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/classificationMaintenanceAdd.vue index e86ce4846..5efb6b6bd 100644 --- a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/classificationMaintenanceAdd.vue +++ b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/classificationMaintenanceAdd.vue @@ -48,7 +48,7 @@ @@ -84,4 +310,67 @@ } } } + + .page { + text-align: right; + margin-top: 20px; + } + + .box-title-text { + line-height: 1.4; + display: flex; + align-items: center; + margin-bottom: 10px; + } + + .title-text { + width: 20%; + min-width: 110px; + color: #000F16; + display: inline-block; + font-weight: 500; + font-size: 14px; + margin-right: 16px; + margin-top: 3px; + text-align: right; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + } + + .box-input { + display: inline-block; + width: 70%; + height: 38px; + margin-top: 2px; + } + + .box-button { + height: 38px; + /*margin-top: 2px;*/ + } + + .box-content-right { + width: 100%; + text-align: right; + margin-top: 20px; + margin-bottom: 20px; + } + + .operator-text { + cursor: pointer; + margin-right: 53px; + font-size: 14px; + font-weight: 400; + color: #040B29; + display: inline-block; + } + + .operator-text:last-child { + margin-right: 13px; + } + + .text-operation { + margin-right: 8px; + } \ No newline at end of file diff --git a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/countryCardReleaseModel.vue b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/countryCardReleaseModel.vue new file mode 100644 index 000000000..986380fcd --- /dev/null +++ b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/countryCardReleaseModel.vue @@ -0,0 +1,210 @@ + + + + + + + + {{$t('newlyAdded')}} + + + + + {{$t('edit')}} + {{$t('delete')}} + + + + + + + + + {{$t('cancel')}} + + + + + + + + + \ No newline at end of file diff --git a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/countryCardReleaseModelAdd.vue b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/countryCardReleaseModelAdd.vue new file mode 100644 index 000000000..a4e39ccb8 --- /dev/null +++ b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/countryCardReleaseModelAdd.vue @@ -0,0 +1,256 @@ + + + + + + + + * + {{$t('LabelName')}} + + + + + + + + + + + + * + {{$t('LabelType')}} + + + + + + + + + + + + * + {{$t('dropDownOptions')}} + + + + {{$t('dropDownOptionMaintenance')}} + + + + + + + + + + * + {{$t('DisplayOrder')}} + + + + + + + + + + + + {{$t('associatedWebsite')}} + + + + + + + + + + + + {{$t('describe')}} + + + + + + + + + + + + + + \ No newline at end of file diff --git a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/countryCardView.vue b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/countryCardView.vue index 746eecdc3..75be6e28d 100644 --- a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/countryCardView.vue +++ b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/countryCardView.vue @@ -18,6 +18,7 @@