From c3bee0a86be506c64a39787b7916acdd207c9efa Mon Sep 17 00:00:00 2001 From: qq787203167 <787203167@qq.com> Date: Mon, 14 Mar 2022 17:07:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E6=A1=A3=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E7=9A=84=E6=96=B0=E5=A2=9E=20=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/libraryAddForm/index.vue | 443 +++++++++--------- 1 file changed, 219 insertions(+), 224 deletions(-) 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) - } - }) - }) } }) },