diff --git a/jero-web/src/components/libraryAddForm/index.vue b/jero-web/src/components/libraryAddForm/index.vue index c98b26cc5..0030a8382 100644 --- a/jero-web/src/components/libraryAddForm/index.vue +++ b/jero-web/src/components/libraryAddForm/index.vue @@ -2,223 +2,226 @@ -
-
-  {{val.text}} -
- -
- -
-
- * - {{item.db_field_txt}} -
- - - -
-
- - -
-
- * - {{item.db_field_txt}} -
- - - -
-
- - -
-
- * - {{item.db_field_txt}} -
- - - -
-
- - -
-
- * - {{item.db_field_txt}} -
- - - -
-
- -
-
- * - {{item.db_field_txt}} -
- - - -
-
- -
-
- * - {{item.db_field_txt}} -
- - - -
-
- - -
-
- * - {{item.db_field_txt}} -
- - - {{ (formInline[item.db_field_name] === 'null' || formInline[item.db_field_name] === '' || - formInline[item.db_field_name] == null) ? $t('clickUpload') : $t('viewUploadedFiles') - }} - - - - - -
-
- - -
-
- * - {{item.db_field_txt}} -
- - - -
-
- - -
-
- * - {{item.db_field_txt}} -
- - - -
-
- - -
-
- * - {{item.db_field_txt}} -
- - - -
-
- - -
-
- * - {{item.db_field_txt}} -
- - - -
-
- - -
-
- * - {{item.db_field_txt}} -
- - - -
-
- - -
-
- * - {{item.db_field_txt}} -
- - - -
-
+
+
+
+  {{ol}}
- + +
+ +
+
+ * + {{item.db_field_txt}} +
+ + + +
+
+ + +
+
+ * + {{item.db_field_txt}} +
+ + + +
+
+ + +
+
+ * + {{item.db_field_txt}} +
+ + + +
+
+ + +
+
+ * + {{item.db_field_txt}} +
+ + + +
+
+ +
+
+ * + {{item.db_field_txt}} +
+ + + +
+
+ +
+
+ * + {{item.db_field_txt}} +
+ + + +
+
+ + +
+
+ * + {{item.db_field_txt}} +
+ + + {{ (formInline[item.db_field_name] === 'null' || formInline[item.db_field_name] === '' || + formInline[item.db_field_name] == null) ? $t('clickUpload') : $t('viewUploadedFiles') + }} + + + + + +
+
+ + +
+
+ * + {{item.db_field_txt}} +
+ + + +
+
+ + +
+
+ * + {{item.db_field_txt}} +
+ + + +
+
+ + +
+
+ * + {{item.db_field_txt}} +
+ + + +
+
+ + +
+
+ * + {{item.db_field_txt}} +
+ + + +
+
+ + +
+
+ * + {{item.db_field_txt}} +
+ + + +
+
+ + +
+
+ * + {{item.db_field_txt}} +
+ + + +
+
+
+
+
+
@@ -440,14 +443,6 @@ this.ruleList = res.result this.IntegrateData() callBack && callBack() - this.headerText.forEach((res) => { - res.content = [] - this.dataList.forEach(val => { - if (res.text === val.area) { - res.content.push(val) - } - }) - }) } }) },