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; + }