diff --git a/jero-boot/jero-boot-module-system/src/main/java/com/jero/modules/system/util/PDFUtils.java b/jero-boot/jero-boot-module-system/src/main/java/com/jero/modules/system/util/PDFUtils.java index b0922b46e..ce9b378c3 100644 --- a/jero-boot/jero-boot-module-system/src/main/java/com/jero/modules/system/util/PDFUtils.java +++ b/jero-boot/jero-boot-module-system/src/main/java/com/jero/modules/system/util/PDFUtils.java @@ -75,7 +75,7 @@ public class PDFUtils { brush.getGraphics().save(); brush.getGraphics().translateTransform((float) brush.getSize().getWidth() / 1.5, (float) brush.getSize().getHeight() / 3); brush.getGraphics().rotateTransform(-45); - brush.getGraphics().drawString(watermark, new PdfFont(PdfFontFamily.Helvetica, 10), + brush.getGraphics().drawString(watermark, new PdfFont(PdfFontFamily.Times_Roman, 10), PdfBrushes.getViolet(), 0 , 0 , new PdfStringFormat(PdfTextAlignment.Center)); brush.getGraphics().restore(); brush.getGraphics().setTransparency(1); diff --git a/jero-web/src/components/tableCollection/index1.vue b/jero-web/src/components/tableCollection/index1.vue index fb916b256..5944434e6 100644 --- a/jero-web/src/components/tableCollection/index1.vue +++ b/jero-web/src/components/tableCollection/index1.vue @@ -222,7 +222,7 @@ dataSource: [], pageNo: 1, pageSize: 10, - pageSizeOptions: ['10', '20','30', '50'], + pageSizeOptions: ['100', '200'], total: 0, searchParmes: {}, loading: false, diff --git a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseAdd.vue b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseAdd.vue index 5c87ec0af..0b67d2eaf 100644 --- a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseAdd.vue +++ b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseAdd.vue @@ -12,43 +12,6 @@
- - -
-
- * - {{$t('displayPermission')}} -
- - - - - {{ item.name}} - - - - -
-
- -
-
- * - {{$t('authorizedUser')}} -
- - - -
-
-
@@ -106,25 +69,55 @@
- {{$t('standardNo')}} + * + {{$t('displayPermission')}}
- - + + + + + {{ item.name}} + + + + +
+
+ +
+
+ * + {{$t('authorizedUser')}} +
+ +
- + {{$t('standardNo')}}
- - {{$t('bringInDocumentInformation')}} - + + + + {{$t('bringInDocumentInformation')}} + +
@@ -584,6 +577,26 @@ margin-top: 4px; } + .box-button-index { + height: 38px; + margin-top: 2px; + width: 120px; + overflow: hidden; + padding: 0 0; + float: right; + text-align: center; + } + + ::v-deep .box-button-index span { + display: inline-block; + width: 100px; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + margin-top: 4px; + text-align: center; + } + .submit-button { width: 100%; margin-top: 20px; @@ -612,4 +625,11 @@ overflow: hidden; word-break: break-word; } + + .box-input-index { + width: calc(100% - 130px); + display: inline-block; + height: 38px; + margin-right: 10px; + } \ No newline at end of file diff --git a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseList.vue b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseList.vue index 50ee8e69f..5c8328c34 100644 --- a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseList.vue +++ b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseList.vue @@ -18,6 +18,7 @@