diff --git a/jero-web/src/assets/less/common.less b/jero-web/src/assets/less/common.less index a013555af..242b53c10 100644 --- a/jero-web/src/assets/less/common.less +++ b/jero-web/src/assets/less/common.less @@ -89,4 +89,11 @@ /**隐藏样式-modal确定按钮 */ .jee-hidden { display: none +} +.box-input .ant-select-selection { + height: 38px !important; +} + +.box-input .ant-select-selection__rendered { + line-height: 38px; } \ No newline at end of file diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index db07b6035..44efbd91d 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -574,5 +574,10 @@ module.exports = { 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' } \ 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 1b21307d2..658facec3 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -578,5 +578,10 @@ module.exports = { selectSplitListDisplay:'请选择是否文档拆分列表展示', selectDisplayList:'请选择是否列表展示', documentSplitDisplay:'文档拆分模块展示', - + VirtualListName:'虚拟清单名称', + listStatus:'清单状态', + creater:'创建人', + withdraw:'撤回', + maintenanceList:'维护清单', + instructionForUse:'使用说明' } \ 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 new file mode 100644 index 000000000..d49d94a1f --- /dev/null +++ b/jero-web/src/views/documentTools/virtualList/index.vue @@ -0,0 +1,343 @@ + + + + + + + + {{$t('VirtualListName')}} + + + + + + + + {{$t('listStatus')}} + + + + + + + {{$t('query')}} + {{$t('reset')}} + + + + + + + + {{$t('add')}} + + + + {{$t('BatchDelete')}} + + + + + + {{text}} + + + {{$t('edit')}} + {{$t('withdraw')}} + {{$t('maintenanceList')}} + + {{!record.subscribeFlag || record.subscribeFlag == 0 ? $t('subscribe') :$t('CancelSubscribe')}} + + {{$t('deleteLib')}} + + + + + + + + + + + + + + * + {{$t('VirtualListName')}} + + + + + + + + + + {{$t('instructionForUse')}} + + + + + + + + + + + {{$t('cancel')}} + {{$t('submit')}} + + + + + + + + \ No newline at end of file