gds-plus-design-vue 1.1.13 → 1.1.14
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.b7cb386e.mjs → index.852b149f.mjs} +62542 -62516
- package/lib/{main.12c149f4.mjs → main.f89aa280.mjs} +1 -1
- package/lib/style.css +2 -2
- package/locale/en_US.js +8 -8
- package/package.json +1 -1
package/locale/en_US.js
CHANGED
|
@@ -127,8 +127,8 @@ export default {
|
|
|
127
127
|
createdOk: "Confirm creation",
|
|
128
128
|
readTip: "Please select the data you want to view",
|
|
129
129
|
readTipOne: "Only one column of data can be selected",
|
|
130
|
-
moveTip: 'Whether to move the current node?',
|
|
131
|
-
opportunityTip:'Please select the business opportunity record that needs to be operated on!',
|
|
130
|
+
moveTip: 'Whether to move the current node?',
|
|
131
|
+
opportunityTip:'Please select the business opportunity record that needs to be operated on!',
|
|
132
132
|
opportunityTipOne:'Only one business opportunity record can be selected!'
|
|
133
133
|
},
|
|
134
134
|
/*登录及登录成功提示*/
|
|
@@ -1349,9 +1349,9 @@ export default {
|
|
|
1349
1349
|
resourceContent: "Resource content",
|
|
1350
1350
|
path: "Path",
|
|
1351
1351
|
selectFileTip: "Please select a file!",
|
|
1352
|
-
location: 'Positioning',
|
|
1353
|
-
legalPerson:'Legal person',
|
|
1354
|
-
status:'Business status',
|
|
1352
|
+
location: 'Positioning',
|
|
1353
|
+
legalPerson:'Legal person',
|
|
1354
|
+
status:'Business status',
|
|
1355
1355
|
code:'Unified Social Credit Code'
|
|
1356
1356
|
},
|
|
1357
1357
|
/*消息模版和管理*/
|
|
@@ -2153,10 +2153,10 @@ export default {
|
|
|
2153
2153
|
enable: "启用",
|
|
2154
2154
|
deactivate: "禁用",
|
|
2155
2155
|
duplicateDetected: "检测到重复信息",
|
|
2156
|
-
myNewRecord: "
|
|
2156
|
+
myNewRecord: "我的新记录",
|
|
2157
2157
|
pleaseSelectBasicTable: "请选择基本表",
|
|
2158
|
-
possibleDuplicateRecords: "
|
|
2158
|
+
possibleDuplicateRecords: "可能重复的记录",
|
|
2159
2159
|
pleaseBasicTableandmach: "基本字段需与匹配字段保持一致",
|
|
2160
2160
|
}
|
|
2161
2161
|
}
|
|
2162
|
-
};
|
|
2162
|
+
};
|