From 46a89d7b4a4609374965bd98d108860f8b98cac9 Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Fri, 30 Dec 2022 10:52:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=82=E6=95=B0=E6=94=B6=E9=9B=86--=E5=8E=86?= =?UTF-8?q?=E5=8F=B2=E8=AE=B0=E5=BD=95=E4=B8=AD=E7=9A=84=E5=BC=95=E5=8F=B7?= =?UTF-8?q?=E4=B8=8D=E5=AF=B9=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/exporthistory/index.vue | 2 +- .../src/components/tableCollection/index.vue | 6 ++-- .../splitting/modules/SplitDetail.vue | 29 +++++++++++++++++++ .../projectManagement/components/addModel.vue | 2 +- .../src/views/system/modules/UserModal.vue | 2 +- 5 files changed, 36 insertions(+), 5 deletions(-) diff --git a/jero-web/src/components/exporthistory/index.vue b/jero-web/src/components/exporthistory/index.vue index a2d883e27..547892f33 100644 --- a/jero-web/src/components/exporthistory/index.vue +++ b/jero-web/src/components/exporthistory/index.vue @@ -45,7 +45,7 @@ @change='handleTableChange'>
diff --git a/jero-web/src/components/tableCollection/index.vue b/jero-web/src/components/tableCollection/index.vue index f0e53d542..3650d9148 100644 --- a/jero-web/src/components/tableCollection/index.vue +++ b/jero-web/src/components/tableCollection/index.vue @@ -698,7 +698,7 @@ this.dataSourcehistory = res.result.records if(this.dataSourcehistory && this.dataSourcehistory.length > 0){ this.dataSourcehistory.forEach(val=>{ - val.logContent = val.logContent.replace(/\"/g,"“") + val.logContent = val.logContent.replace(/\"/g,"\"") }) } this.total = res.result.total @@ -1036,6 +1036,9 @@ .table .ant-table-column-title { font-weight: bold; } + .textData{ + font-family:cursive; + }