diff --git a/jero-web/src/components/exportTree/index.vue b/jero-web/src/components/exportTree/index.vue deleted file mode 100644 index fa269e4b0..000000000 --- a/jero-web/src/components/exportTree/index.vue +++ /dev/null @@ -1,125 +0,0 @@ - - - - - - - {{ title.substr(0, title.indexOf(searchValue)) }} - {{ searchValue }} - {{ title.substr(title.indexOf(searchValue) + searchValue.length) }} - - {{ title }} - - - - {{ title }} - - onContextMenuClick(treeKey, menuKey)"> - 1st menu item - 2nd menu item - 3rd menu item - - - - - - - - - \ No newline at end of file diff --git a/jero-web/src/views/externalReports/index.vue b/jero-web/src/views/externalReports/index.vue index 329442c47..f261141e4 100644 --- a/jero-web/src/views/externalReports/index.vue +++ b/jero-web/src/views/externalReports/index.vue @@ -1,47 +1,106 @@ - - - - - - - - - - - - - - {{ $t('fileName') }} - - + + + + + + + + + + + + + + {{ title.substr(0, title.indexOf(searchValue)) }}{{ searchValue }}{{ title.substr(title.indexOf(searchValue) + searchValue.length) }} + + + {{title && title.length > 18?title.slice(0,17)+'...':title}} + + + {{ title.substr(0, title.indexOf(searchValue)) }}{{ title.indexOf(searchValue)+searchValue.length>18?searchValue.substr(0,18-title.indexOf(searchValue)) : searchValue }}{{ title.indexOf(searchValue)+searchValue.length>18?'...': title.substr(title.indexOf(searchValue) + searchValue.length,18-title.indexOf(searchValue) - searchValue.length)+'...' }} + + + + {{title && title.length > 18?title.slice(0,17)+'...':title}} + + + onContextMenuClick(treeKey, menuKey, record)"> + {{$t('newNode')}} + + + {{$t('modifyNode')}} + + {{$t('deleteNode')}} + + {{$t('add')}} + + + + + + - - - - - {{$t('uploadedBy')}} - - - - - - - - {{ $t('uploadTime') }} - - - - - + + + + + + + + + + {{ $t('fileName') }} + + + + + + + + {{$t('uploadedBy')}} + + + + + + + + {{ $t('uploadTime') }} + + + + + @@ -51,65 +110,101 @@ @click="searchReset">{{ $t('reset') }} - - - - - - - - {{ $t('UploadFile') }} - - - - {{ $t('BatchDelete') }} - - - - - + + + + + + + + {{ $t('UploadFile') }} + + + + {{ $t('BatchDelete') }} + + + + + {{ text && text.length > 15 ? text.slice(0, 14) + '...' : text }} - + {{$t('view')}} {{$t('download')}} {{$t('edit')}} {{$t('delete')}} - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + \ No newline at end of file