gds-plus-design-vue 1.1.11 → 1.1.13
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/lib/gd-initial.mjs +1 -1
- package/lib/gd-initial.umd.js +117 -117
- package/lib/{index.f7375780.mjs → index.b7cb386e.mjs} +64768 -64318
- package/lib/{main.5111c832.mjs → main.12c149f4.mjs} +1 -1
- package/lib/style.css +2 -2
- package/locale/en_US.js +19 -6
- package/locale/id_ID.js +2159 -2146
- package/locale/vi_VN.js +2135 -2122
- package/locale/zh_CN.js +18 -5
- package/package.json +1 -1
package/locale/zh_CN.js
CHANGED
|
@@ -127,7 +127,9 @@ export default {
|
|
|
127
127
|
createdOk: "确认创建",
|
|
128
128
|
readTip: "请选择需要查看的数据",
|
|
129
129
|
readTipOne: "只能选择一列数据",
|
|
130
|
-
moveTip: '是否移动当前节点?'
|
|
130
|
+
moveTip: '是否移动当前节点?',
|
|
131
|
+
opportunityTip:'请选择需要操作的商机记录!',
|
|
132
|
+
opportunityTipOne:'只能选择一条商机记录!'
|
|
131
133
|
},
|
|
132
134
|
/*登录及登录成功提示*/
|
|
133
135
|
login: {
|
|
@@ -1488,7 +1490,10 @@ export default {
|
|
|
1488
1490
|
resourceContent: "资源内容",
|
|
1489
1491
|
path: "地址",
|
|
1490
1492
|
selectFileTip: "请选择文件!",
|
|
1491
|
-
|
|
1493
|
+
location: '定位',
|
|
1494
|
+
legalPerson:'法人',
|
|
1495
|
+
status:'经营状态',
|
|
1496
|
+
code:'统一社会信用代码'
|
|
1492
1497
|
},
|
|
1493
1498
|
/*消息模版和管理*/
|
|
1494
1499
|
msg: {
|
|
@@ -1637,7 +1642,14 @@ export default {
|
|
|
1637
1642
|
processName: "业务流程名称",
|
|
1638
1643
|
finished: "已完成",
|
|
1639
1644
|
finish: "完成",
|
|
1640
|
-
nextStage: "下一阶段"
|
|
1645
|
+
nextStage: "下一阶段",
|
|
1646
|
+
stepNameTip: "请添加数据步骤!",
|
|
1647
|
+
addStepTip: "请补充数据步骤信息!",
|
|
1648
|
+
addFieldsTip: "请补充更新映射信息!",
|
|
1649
|
+
mapping: "映射",
|
|
1650
|
+
mapFields: "映射字段",
|
|
1651
|
+
mapValue: "映射值",
|
|
1652
|
+
mappingResults: "流程结束映射",
|
|
1641
1653
|
},
|
|
1642
1654
|
/*工作流*/
|
|
1643
1655
|
work: {
|
|
@@ -2246,7 +2258,8 @@ export default {
|
|
|
2246
2258
|
refreshMode: "刷新方式",
|
|
2247
2259
|
refreshFields: "刷新字段",
|
|
2248
2260
|
allFields: "全部字段",
|
|
2249
|
-
specifyFields: "指定字段"
|
|
2261
|
+
specifyFields: "指定字段",
|
|
2262
|
+
placeholder: "占位符"
|
|
2250
2263
|
},
|
|
2251
2264
|
/*集群列表 */
|
|
2252
2265
|
colony: {
|
|
@@ -2289,4 +2302,4 @@ export default {
|
|
|
2289
2302
|
pleaseBasicTableandmach: "基本字段需与匹配字段保持一致",
|
|
2290
2303
|
}
|
|
2291
2304
|
}
|
|
2292
|
-
};
|
|
2305
|
+
};
|