ecinc-cloud-yoagwgl 9.6.242 → 9.6.244
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lang/es.js +1 -0
- package/lang/ja.js +1 -0
- package/lang/zhCN.js +2 -1
- package/lib/ecyoagwgl.common.js +320 -110
- package/lib/ecyoagwgl.umd.js +320 -110
- package/lib/ecyoagwgl.umd.min.js +5 -5
- package/package.json +1 -1
package/lang/es.js
CHANGED
package/lang/ja.js
CHANGED
package/lang/zhCN.js
CHANGED
|
@@ -53,6 +53,7 @@ module.exports = {
|
|
|
53
53
|
numberTemplate: '公文编号模板',
|
|
54
54
|
urgentLevel: '紧急程度配置',
|
|
55
55
|
gwTemplate: '公文模板配置',
|
|
56
|
+
gwTypeTemplate: '文件类型配置',
|
|
56
57
|
cpbTemplate: '呈批表模板配置',
|
|
57
58
|
automaticArchiving: '自动归档设置',
|
|
58
59
|
archiveClassification: '归档分类管理',
|
|
@@ -616,7 +617,7 @@ module.exports = {
|
|
|
616
617
|
},
|
|
617
618
|
fwmb: {
|
|
618
619
|
//公文模板
|
|
619
|
-
formTitle: '
|
|
620
|
+
formTitle: '文件类型',
|
|
620
621
|
fields: {
|
|
621
622
|
sortNo: '排序号',
|
|
622
623
|
formTitle: '拟稿纸名称',
|