hrsass-components 2.4.6 → 2.4.7

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.4.6";
68
+ var version = "2.4.7";
69
69
 
70
70
  /**
71
71
  * 版本号
@@ -13987,7 +13987,9 @@ var index$a = {
13987
13987
  "class": "hr-emp-card-small-info"
13988
13988
  }, [h("div", {
13989
13989
  "class": "hr-emp-card-small-other-info"
13990
- }, [h("div", [locale.entryDate, ": ", data.date])]), h("div", {
13990
+ }, [h("div", [locale.entryDate, ": ", data.date]), h("div", {
13991
+ "class": "hr-emp-card-small-main-info-item"
13992
+ }, [this.isShow("rank") && h("div", [locale.positionLevel, ": ", data.rank])])]), h("div", {
13991
13993
  "class": "hr-emp-card-small-main-info"
13992
13994
  }, [h("div", {
13993
13995
  "class": "hr-emp-card-small-main-info-item hr-emp-card-small-label-title"
@@ -14029,9 +14031,7 @@ var index$a = {
14029
14031
  }
14030
14032
  })])]), h("div", {
14031
14033
  "class": "hr-emp-card-small-no"
14032
- }, [data.org])]), h("div", {
14033
- "class": "hr-emp-card-small-main-info-item"
14034
- }, [this.isShow("rank") && h("div", [locale.positionLevel, ": ", data.rank]), this.isShow("grade") && h("div", [locale.positionGrade, ": ", data.grade])])])])])]);
14034
+ }, [data.org])])])])])]);
14035
14035
  }
14036
14036
  },
14037
14037
  render: function render() {