diff --git a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/countryCardRelease.vue b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/countryCardRelease.vue index 16f764ed2..e39f8816f 100644 --- a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/countryCardRelease.vue +++ b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/countryCardRelease.vue @@ -96,17 +96,20 @@ + + + \ 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 index a4e39ccb8..3edf87f98 100644 --- a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/countryCardReleaseModelAdd.vue +++ b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/countryCardReleaseModelAdd.vue @@ -1,122 +1,130 @@ - - - - - - - * - {{$t('LabelName')}} + + + + + + + + * + {{$t('LabelName')}} + + + + - - - - - - - - - - - * - {{$t('LabelType')}} + + + + + + + * + {{$t('LabelType')}} + + + + - - - - - - - - - - - * - {{$t('dropDownOptions')}} + + + + + + + * + {{$t('dropDownOptions')}} + + + + {{$t('dropDownOptionMaintenance')}} + + - - - {{$t('dropDownOptionMaintenance')}} - - - - - - - - - - * - {{$t('DisplayOrder')}} + + + + + + + * + {{$t('DisplayOrder')}} + + + + - - - - - - - - - - + + + + + + {{$t('associatedWebsite')}} + + + + - - - - - - - - - - + + + + + + {{$t('describe')}} + + + + - - - - - - - - + + + + + + + + + \ No newline at end of file diff --git a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/optionMaintenanceAdd.vue b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/optionMaintenanceAdd.vue new file mode 100644 index 000000000..8b6f1d610 --- /dev/null +++ b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/optionMaintenanceAdd.vue @@ -0,0 +1,215 @@ + + + + + + + + * + {{$t('name')}} + + + + + + + + + + + + * + {{$t('enName')}} + + + + + + + + + + + + * + {{$t('DisplayOrder')}} + + + + + + + + + + + + {{$t('describe')}} + + + + + + + + + + + + + + \ No newline at end of file