hrsass-components 2.3.0 → 2.3.1

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.
@@ -65,7 +65,7 @@ var contentStyle = _interopDefault(require('!!raw-loader!tinymce/skins/content/d
65
65
  var SvgPanZoom = _interopDefault(require('svg-pan-zoom'));
66
66
  var saveSvgAsPng = require('save-svg-as-png');
67
67
 
68
- var version = "2.3.0";
68
+ var version = "2.3.1";
69
69
 
70
70
  /**
71
71
  * 版本号
@@ -1473,7 +1473,8 @@ var HrComboBox = {
1473
1473
  }, [dataset.map(function (item) {
1474
1474
  return h(antDesignVue.Select.Option, {
1475
1475
  attrs: {
1476
- value: "".concat(item[key])
1476
+ value: "".concat(item[key]),
1477
+ title: "".concat(item[text])
1477
1478
  },
1478
1479
  key: "".concat(item[key])
1479
1480
  }, [item[text]]);