diff --git a/src/components/J-Picker/jPicker.vue b/src/components/J-Picker/jPicker.vue
index 859c4d2..eb9eb2f 100644
--- a/src/components/J-Picker/jPicker.vue
+++ b/src/components/J-Picker/jPicker.vue
@@ -5,31 +5,21 @@
{{ listData[nSel][showKey] || listData[nSel] }}
- {{ $t("message.workArea_Selelct") }}
+ {{ $t('message.workArea_Selelct') }}
-
+
-
+
- {{ $t("message.product_Cancel") }}
-
+ {{ $t('message.product_Cancel') }}
@@ -37,17 +27,9 @@
- {{ $t("message.workArea_Confirm") }}
-
+ {{ $t('message.workArea_Confirm') }}
-
+
{{ item[showKey] || item }}
@@ -59,7 +41,7 @@
-