diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index e2f58b10f..e18287b58 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -597,6 +597,7 @@ module.exports = { selectDisplayList: 'Please select whether to display in list', documentSplitDisplay: 'Document splitting module display', VirtualListName: 'Virtual List Name', + CertificationListName:'Certification List Name', listStatus: 'List Status', creater: 'Creater', withdraw: 'Withdraw', diff --git a/jero-web/src/common/lang/zh-cn.js b/jero-web/src/common/lang/zh-cn.js index ed71ce96b..9558852a3 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -605,6 +605,7 @@ module.exports = { selectDisplayList: '请选择是否列表展示', documentSplitDisplay: '文档拆分模块展示', VirtualListName: '虚拟清单名称', + CertificationListName:'认证清单名称', VirtualList: '虚拟清单', listStatus: '清单状态', creater: '创建人', diff --git a/jero-web/src/views/virtualAuthenticationList/index.vue b/jero-web/src/views/virtualAuthenticationList/index.vue new file mode 100644 index 000000000..0aff394d5 --- /dev/null +++ b/jero-web/src/views/virtualAuthenticationList/index.vue @@ -0,0 +1,550 @@ + + + + + + + + + {{$t('CertificationListName')}} + + + + + + + + {{$t('listStatus')}} + + + + + + + {{$t('query')}} + {{$t('reset')}} + + + + + + + + + {{$t('newlyAdded')}} + + + + {{$t('BatchDelete')}} + + + + + {{text}} + + + + {{$t('edit')}} + + + {{record.state == 2 ? $t('release') : $t('withdraw')}} + + + {{$t('maintenanceList')}} + + {{!record.readFlag || record.readFlag == 0 ? $t('subscribe') :$t('CancelSubscribe')}} + + + {{$t('deleteLib')}} + + + + + + + + + + + + + * + {{$t('CertificationListName')}} + + + + + + + + + + * + {{$t('instructionForUse')}} + + + + + + + + + + + {{$t('cancel')}} + {{$t('submit')}} + + + + + + + + +