From dc38f9546f3d59fc97875d49a33f007cc5915864 Mon Sep 17 00:00:00 2001
From: sunFlower <787203167@qq.com>
Date: Tue, 25 Oct 2022 15:27:00 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8F=82=E6=95=B0=E5=88=97?=
=?UTF-8?q?=E8=A1=A8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../components/problemKnowledgeBaseAdd.vue | 8 +++++--
.../components/modules/defaultTemplate.vue | 24 ++++++++++++-------
.../components/modules/industryTemplate.vue | 24 ++++++++++++-------
.../splitting/modules/SplitDetail.vue | 2 +-
4 files changed, 39 insertions(+), 19 deletions(-)
diff --git a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseAdd.vue b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseAdd.vue
index 487daf815..f5588cdff 100644
--- a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseAdd.vue
+++ b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseAdd.vue
@@ -604,7 +604,7 @@
this.formInline[this.uploadName] = attIdList.join(',')
this.formInline = { ...this.formInline }
},
- tempSaveClick(){
+ tempSaveClick() {
},
submit(releaseStatus) {
@@ -845,10 +845,14 @@
.box-input-index {
width: calc(100% - 130px);
display: inline-block;
- height: 38px;
+ height: 48px;
margin-right: 10px;
}
+ /*::v-deep .box-input-index .ant-select-selection--multiple {*/
+ /* height: 44px!important;*/
+ /*}*/
+
.itemOption {
display: inline-block;
width: 100%;
diff --git a/jero-web/src/views/businessSupport/regulationReport/components/modules/defaultTemplate.vue b/jero-web/src/views/businessSupport/regulationReport/components/modules/defaultTemplate.vue
index a03fa0a4a..1bca8ea51 100644
--- a/jero-web/src/views/businessSupport/regulationReport/components/modules/defaultTemplate.vue
+++ b/jero-web/src/views/businessSupport/regulationReport/components/modules/defaultTemplate.vue
@@ -9,10 +9,14 @@
:title="$t('title')">{{$t('title')}}
-
+
+
+
+
+
@@ -24,10 +28,14 @@
:title="$t('englishTitle')">{{$t('englishTitle')}}
-
+
+
+
+
+
diff --git a/jero-web/src/views/businessSupport/regulationReport/components/modules/industryTemplate.vue b/jero-web/src/views/businessSupport/regulationReport/components/modules/industryTemplate.vue
index 41b44678b..8fb6a1f6e 100644
--- a/jero-web/src/views/businessSupport/regulationReport/components/modules/industryTemplate.vue
+++ b/jero-web/src/views/businessSupport/regulationReport/components/modules/industryTemplate.vue
@@ -9,10 +9,14 @@
:title="$t('title')">{{$t('title')}}
-
+
+
+
+
+
@@ -24,10 +28,14 @@
:title="$t('englishTitle')">{{$t('englishTitle')}}
-
+
+
+
+
+
diff --git a/jero-web/src/views/documentManage/splitting/modules/SplitDetail.vue b/jero-web/src/views/documentManage/splitting/modules/SplitDetail.vue
index 0c5a95218..043fd45b1 100644
--- a/jero-web/src/views/documentManage/splitting/modules/SplitDetail.vue
+++ b/jero-web/src/views/documentManage/splitting/modules/SplitDetail.vue
@@ -266,7 +266,7 @@
form: {},
rules: {
name: [
- { required: true, message: this.$t('PleaseEnter') + this.$t('clauseNo'), trigger: 'blur' },
+ // { required: true, message: this.$t('PleaseEnter') + this.$t('clauseNo'), trigger: 'blur' },
{ min: 1, max: 200, message: this.$t('cantExeed') + '200' + this.$t('characters'), trigger: 'blur' }
],
itemName: [