gds-plus-design-vue 1.1.12 → 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/locale/en_US.js CHANGED
@@ -127,7 +127,9 @@ 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?'
130
+ moveTip: 'Whether to move the current node?',
131
+ opportunityTip:'Please select the business opportunity record that needs to be operated on!',
132
+ opportunityTipOne:'Only one business opportunity record can be selected!'
131
133
  },
132
134
  /*登录及登录成功提示*/
133
135
  login: {
@@ -1347,7 +1349,10 @@ export default {
1347
1349
  resourceContent: "Resource content",
1348
1350
  path: "Path",
1349
1351
  selectFileTip: "Please select a file!",
1350
- location: 'positioning'
1352
+ location: 'Positioning',
1353
+ legalPerson:'Legal person',
1354
+ status:'Business status',
1355
+ code:'Unified Social Credit Code'
1351
1356
  },
1352
1357
  /*消息模版和管理*/
1353
1358
  msg: {
@@ -2154,4 +2159,4 @@ export default {
2154
2159
  pleaseBasicTableandmach: "基本字段需与匹配字段保持一致",
2155
2160
  }
2156
2161
  }
2157
- };
2162
+ };