[add] 文档拆分模块

This commit is contained in:
lideqin
2023-08-15 18:20:08 +08:00
parent ff0570abd2
commit 74ac8c07d0
11 changed files with 929 additions and 132 deletions
+4
View File
@@ -0,0 +1,4 @@
import Vue from 'vue'
const bus = new Vue()
Vue.prototype.$eventBus = bus
export default bus
+23
View File
@@ -88,6 +88,8 @@ module.exports = {
operationFailed: '操作失败',
nodeQuickLookup: '节点快速查找',
pleaseEnterOrSelect: '请输入或选择',
view: '查看',
selectOne: '请选择一条数据',
// 页面头部
header: {
userMenuSearchMenu: '搜索菜单',
@@ -313,6 +315,27 @@ module.exports = {
implementationDateTwo: '实施日期',
typeofImplementation: '实施类型'
},
// 文档工具
docTool: {
// 文档拆分
split: {
splitText: '拆分已入库文本',
importResults: '导入拆分结果',
backDocument: '回传至文档库',
selectFileType: '请选择文件类型',
onlyWord: '只能导入word文件',
fileType: '文件类型',
kmvssTable: 'KMVSS Table',
kmvssArticle: 'KMVSS Article',
cfr: 'CFR',
unece: 'UNECE',
jpnAttachment: 'JPN Attachment',
jpnArticle: 'JPN Article',
gb: 'GB',
gbt: 'GB/T',
gso: 'GSO',
}
},
// 标准选择器
standardSelect: {
standardSelection: '标准选择'