diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index e5430aed3..ecb8936f1 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -349,8 +349,8 @@ module.exports = { exportWithFile: 'Export with file', Push: 'Push', templateDownload: 'Template download', - textInformation: 'Text information', - relatedInformation: 'Related information', + textInformation: 'text information', + relatedInformation: 'related information', RetrieveFiles: 'Retrieve received files', SplitText: 'Split received text', ImportResults: 'Import split results', @@ -462,5 +462,6 @@ module.exports = { charactersLength1to300 :'1 - 300 characters in length', OnlyOneSelected:'Only one piece of data can be selected', OnlyPDF:'Only PDF files can be imported', - + open:'open', + away:'away', } \ No newline at end of file diff --git a/jero-web/src/common/lang/zh-cn.js b/jero-web/src/common/lang/zh-cn.js index 143cc201b..01ca7a153 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -466,5 +466,6 @@ module.exports = { charactersLength1to300:'长度在 1 - 300字符', OnlyOneSelected:'只能选择一条数据', OnlyPDF:'只能导入pdf文件', - + open:'展开', + away:'收起' } \ No newline at end of file diff --git a/jero-web/src/components/libraryAddForm/index.vue b/jero-web/src/components/libraryAddForm/index.vue index fd7871319..321e58705 100644 --- a/jero-web/src/components/libraryAddForm/index.vue +++ b/jero-web/src/components/libraryAddForm/index.vue @@ -115,6 +115,9 @@ formInline[item.db_field_name] == null) ? $t('clickUpload') : $t('viewUploadedFiles') }} + + {{formInline[item.db_field_name].split(',').length}} + @@ -562,4 +565,17 @@ border: 1px #00B3BE solid; color: #00B3BE; } + + .button-text-text { + position: absolute; + right: -10px; + top: -21px; + display: inline-block; + padding: 6px; + border-radius: 50%; + background: red; + text-align: center; + line-height: 6px; + color: #fff; + } \ No newline at end of file diff --git a/jero-web/src/components/search/index.vue b/jero-web/src/components/search/index.vue index c120116fd..198ab1e34 100644 --- a/jero-web/src/components/search/index.vue +++ b/jero-web/src/components/search/index.vue @@ -136,7 +136,7 @@ {{$t('query')}} {{$t('reset')}} - {{ toggleSearchStatus ? '收起' : '展开' }} + {{ toggleSearchStatus ? $t('open') : $t('away') }} diff --git a/jero-web/src/views/system/DataLogList.vue b/jero-web/src/views/system/DataLogList.vue index fabf15cf5..3ad660f5c 100644 --- a/jero-web/src/views/system/DataLogList.vue +++ b/jero-web/src/views/system/DataLogList.vue @@ -29,18 +29,16 @@
{{$t('DataComparison')}}
-
-
- {{$t('selected')}} {{ selectedRowKeys.length }}{{$t('term')}}   - {{$t('empty')}}   -
+ + + +
- -
-
- {{$t('EmployeeType')}} + {{$t('query')}} {{$t('reset')}} + + {{ toggleSearchStatus ? $t('open') : $t('away') }} + + @@ -72,7 +78,7 @@ {{$t('addUser')}}
- + @@ -140,6 +146,7 @@ description: this.$t('freezePasManagementPage'), queryParam: {}, recycleBinVisible: false, + toggleSearchStatus:false, columns: [ { title: this.$t('serialNumber'),