diff --git a/jero-web/src/components/CollectionType/index.vue b/jero-web/src/components/CollectionType/index.vue
index c42f4b3ae..14eb7619a 100644
--- a/jero-web/src/components/CollectionType/index.vue
+++ b/jero-web/src/components/CollectionType/index.vue
@@ -18,8 +18,8 @@
-
- {{ item.label }}
+
+ {{ item.lable }}
@@ -30,11 +30,13 @@
-
-
- {{ item.label }}
+
+
+
+ {{ item.lable }}
-
+
+
@@ -51,8 +53,8 @@
-
-
+
+
-
-
+
+
-
-
- {{ item.label }}
+
+
+
+ {{ item.lable }}
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
- {{ item.label }}
+
+
+
+ {{ item.lable }}
-
-
-
-
- {{ (formInline.fileTemplateConnectId === 'null' || formInline.fileTemplateConnectId === '' ||
- formInline.fileTemplateConnectId == null) ? $t('clickUpload') : $t('viewUploadedFiles')}}
-
+
+
+
+
+
+
+
+
+
-
-
+
+
@@ -242,4 +248,10 @@ export default {
text-align: right;
margin-top: 20px;
}
+.add_flex{
+ display: flex;
+}
+.add_flex_item{
+ flex: 1;
+}