@byteluck-fe/model-driven-controls 6.1.0-3-beta.2 → 6.1.0-3-beta.3

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.
@@ -271,7 +271,7 @@ _define_property(BarcodeControl, "setting", [
271
271
  key: 'common-group',
272
272
  visible: true,
273
273
  label: getLocaleText('CMD.6e021777541706716', null, '授权设置'),
274
- tip: getLocaleText('CMD.6e021777541706718', null, '用于控制是否展示授权,当有业务场景需要扫描条码验证授权时则可以使用授权按钮给当前条码组件生成一个临时访问权限,用户可以调用平台的接口对这个条码进行授权校验'),
274
+ tip: getLocaleText('CMD.6e021777541706718', null, '用于控制是否展示授权,当有业务场景需要扫描条码验证授权时则可以使用授权按钮给当前条码组件生成一个临时访问权限,用户可以调用平台的接口对这个条码进行授权校验;授权的条码要保证条码的唯一性,建议使用条码组件的默认值作为授权的唯一标识'),
275
275
  children: [
276
276
  {
277
277
  key: 'common-switch',
@@ -294,6 +294,7 @@ _define_property(BarcodeControl, "setting", [
294
294
  layout: 'horizontal',
295
295
  min: 1,
296
296
  max: 60,
297
+ precision: 0,
297
298
  label: getLocaleText('CMD.6e021777541706719', null, '有效期(分钟)')
298
299
  }
299
300
  ]