diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index 44efbd91d..b11bbf87d 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -536,48 +536,60 @@ module.exports = { zoneOfApplication: 'zone of application', releaseDate: 'release Date', standardImplementationTime: 'Standard implementation time', - onlyPicture:'only upload pictures!', - fileUploadFailed:'file upload failed', - deletedSuccessfully:'deleted successfully', - uploadSuccessful:'upload successful', - noDelete:'the "exhibition area" has associated data, which cannot be deleted!', - numberRows:'number of rows', - numberColumns:'number of columns', - table:'table', - tableRowsColumns:'table rows and columns', - addQuantity:'add quantity', - enterQuantity:'Please enter quantity', - text:'text', - picture:'picture', - searchScope:'Search Scope', - newNode:'new node', - modifyNode:'modify node', - deleteNode:'delete node', - ImplementationDate:'Implementation Date', - vehicleInProductionDate:'vehicle in Production Date', - deleteNodes:'If there are child nodes under this node, they will be deleted synchronously. Are you sure to delete this data?', + onlyPicture: 'only upload pictures!', + fileUploadFailed: 'file upload failed', + deletedSuccessfully: 'deleted successfully', + uploadSuccessful: 'upload successful', + noDelete: 'the "exhibition area" has associated data, which cannot be deleted!', + numberRows: 'number of rows', + numberColumns: 'number of columns', + table: 'table', + tableRowsColumns: 'table rows and columns', + addQuantity: 'add quantity', + enterQuantity: 'Please enter quantity', + text: 'text', + picture: 'picture', + searchScope: 'Search Scope', + newNode: 'new node', + modifyNode: 'modify node', + deleteNode: 'delete node', + ImplementationDate: 'Implementation Date', + vehicleInProductionDate: 'vehicle in Production Date', + deleteNodes: 'If there are child nodes under this node, they will be deleted synchronously. Are you sure to delete this data?', leastTwo: 'please select at least two pieces of data', - vehicleInProductionDate:'vehicle in Production Date', - mergeTerms:'determine merger terms', - documentSplitTemplate:'document split template', - batSetting:'batch setting', - selectDirectoryTerms:'please select the directory location to add terms', - StandardBreakdown:"Standard breakdown", + vehicleInProductionDate: 'vehicle in Production Date', + mergeTerms: 'determine merger terms', + documentSplitTemplate: 'document split template', + batSetting: 'batch setting', + selectDirectoryTerms: 'please select the directory location to add terms', + StandardBreakdown: 'Standard breakdown', OnlyWord: 'only word files can be imported', - labelAreaDeleted:'If it is deleted, all label items under the display area will be deleted', - searchInResults:'Search in results', - searchContent:'Search content', - viewFile:'view file', - fileFormatIncorrect:'the file format is incorrect', - pleaseUploadFile:'please upload the file', - documentSplitList:'document split list display', - selectSplitListDisplay:'Please select whether to split the document list for display', - selectDisplayList:'please select whether to display in list', - documentSplitDisplay:'document splitting module display', - VirtualListName:'Virtual list name', - listStatus:'List status', - creater:'creater', - withdraw:'withdraw', - maintenanceList:'Maintenance list', - instructionForUse:'instruction for use' + labelAreaDeleted: 'If it is deleted, all label items under the display area will be deleted', + searchInResults: 'Search in results', + searchContent: 'Search content', + viewFile: 'view file', + fileFormatIncorrect: 'the file format is incorrect', + pleaseUploadFile: 'please upload the file', + documentSplitList: 'document split list display', + selectSplitListDisplay: 'Please select whether to split the document list for display', + selectDisplayList: 'please select whether to display in list', + documentSplitDisplay: 'document splitting module display', + VirtualListName: 'Virtual list name', + listStatus: 'List status', + creater: 'creater', + withdraw: 'withdraw', + maintenanceList: 'Maintenance list', + instructionForUse: 'instruction for use', + subtitle: 'subtitle', + scopeOfApplication: 'Scope of application', + correspondingStandard: 'Corresponding standard', + implementationCategory: 'Implementation category', + certificationType: 'Certification Type', + certificationLevel: 'Certification level', + areaOfResponsibility: 'Area of responsibility', + confirmationOfDesignConformity: 'Confirmation of design conformity', + Deliverables: 'Deliverables', + personLiable: 'person liable', + PrehomoConfirmation:'Prehomo confirmation', + verificationAndConformityconfirmation:'Verification and conformity confirmation', } \ 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 658facec3..1d346be71 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -583,5 +583,17 @@ module.exports = { creater:'创建人', withdraw:'撤回', maintenanceList:'维护清单', - instructionForUse:'使用说明' + instructionForUse:'使用说明', + subtitle:'子标题', + scopeOfApplication:'适用范围', + correspondingStandard:'对应标准', + implementationCategory:'实施类别', + certificationType:'认证类型', + certificationLevel:'认证级别', + areaOfResponsibility:'责任领域', + confirmationOfDesignConformity:'设计符合性确认', + Deliverables:'交付物', + personLiable:'责任人', + PrehomoConfirmation:'Prehomo确认', + verificationAndConformityconfirmation:'验证符合性确认', } \ No newline at end of file diff --git a/jero-web/src/components/layouts/TabLayout.vue b/jero-web/src/components/layouts/TabLayout.vue index 89dcbbc36..37b15b434 100644 --- a/jero-web/src/components/layouts/TabLayout.vue +++ b/jero-web/src/components/layouts/TabLayout.vue @@ -88,7 +88,8 @@ isTrue() { if (this.$route.path == '/docManage/library/detail' || this.$route.path == '/system/MessageDetails' || - this.$route.path == '/ProcessMapping') { + this.$route.path == '/ProcessMapping' || + this.$route.path == '/virtualListDetails') { return false } else { return true diff --git a/jero-web/src/config/router.config.js b/jero-web/src/config/router.config.js index 02ea81e7a..a953172e8 100644 --- a/jero-web/src/config/router.config.js +++ b/jero-web/src/config/router.config.js @@ -319,7 +319,7 @@ export const constantRouterMap = [ path: 'alteration', name: 'alteration', component: () => import(/* webpackChunkName: "user" */ '@/views/user/alteration/Alteration') - }, + } ] }, { @@ -327,6 +327,11 @@ export const constantRouterMap = [ name: 'docIndex', component: () => import(/* webpackChunkName: "user" */ '@/views/documentManage/library/docDetail/index') }, + { + path: '/virtualListDetails', + name: 'virtualListDetails', + component: () => import(/* webpackChunkName: "user" */ '@/views/documentTools/virtualList/components/virtualListDetails') + }, { path: '/docManage/form/detail', name: 'processIndex', @@ -371,5 +376,5 @@ export const constantRouterMap = [ { path: '/404', component: () => import(/* webpackChunkName: "fail" */ '@/views/exception/404') - }, + } ] diff --git a/jero-web/src/views/documentTools/virtualList/components/virtualListDetails.vue b/jero-web/src/views/documentTools/virtualList/components/virtualListDetails.vue new file mode 100644 index 000000000..593026ac3 --- /dev/null +++ b/jero-web/src/views/documentTools/virtualList/components/virtualListDetails.vue @@ -0,0 +1,437 @@ + + + + + + + + + {{this.title}} + + + + + + {{$t('UpdateLog')}} + + + + + + + + + + {{$t('VirtualListName')}}:是的开了房间都是立刻就的路上看见圣诞快乐 上看到了附件三零客机上的翻开历史交锋是开了房间都是付款了第三方 + + + + + + {{$t('instructionForUse')}}:是的开了房间都是立刻就的路上看见圣诞快乐 上看到了附件三零客机上的翻开历史交锋是开了房间都是付款了第三方 + + + + + 清单条目 + + + + + + + + {{$t('VirtualListName')}} + + + + + + + + {{$t('listStatus')}} + + + + + + + {{$t('query')}} + {{$t('reset')}} + + + + + + + + + + + {{$t('templateDownload')}} + + + + {{$t('export')}} + + + + {{$t('copy')}} + + + + {{$t('batSetting')}} + + + + {{$t('add')}} + + + + {{$t('BatchDelete')}} + + + + + + {{$t('edit')}} + {{$t('deleteLib')}} + + + + + + + + + + + + + \ No newline at end of file diff --git a/jero-web/src/views/documentTools/virtualList/index.vue b/jero-web/src/views/documentTools/virtualList/index.vue index d49d94a1f..aaca3807e 100644 --- a/jero-web/src/views/documentTools/virtualList/index.vue +++ b/jero-web/src/views/documentTools/virtualList/index.vue @@ -187,7 +187,11 @@ }, //批量删除 handleDel() { - + let newUrl = this.$router.resolve({ + path: '/virtualListDetails', + query: {} + }) + window.open(newUrl.href, '_blank') }, //编辑 edit(item) {