word拆分功能处理

This commit is contained in:
wangchengjun
2022-04-08 01:55:41 +08:00
parent 4b69da9871
commit d460a5d5da
7 changed files with 475 additions and 266 deletions
+1
View File
@@ -390,6 +390,7 @@ module.exports = {
check: 'check',
enName: 'English name',
selectLeastOne: 'Please select at least one piece of data',
selectFileType:'Please select a file type',
sureVerified: 'Are you sure this file is not verified?',
sureSynchronize: 'The file has not been verified. Are you sure you want to synchronize to the document library?',
UploadFile: 'Upload file',
+1
View File
@@ -394,6 +394,7 @@ module.exports = {
check:'校核',
enName:'英文名称',
selectLeastOne:'请选择至少一条数据',
selectFileType:'请选择文件类型',
sureVerified:'确定对该文件未进行校验?',
sureSynchronize:'该文件未进行校验确定要同步至文档库?',
UploadFile:'上传文件',