@titaui/pc 1.15.6-beta.1 → 1.15.6-beta.2

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.
@@ -446,7 +446,7 @@ var NavTop = function NavTop() {
446
446
  onClick: openWxInvite
447
447
  }, /*#__PURE__*/_react["default"].createElement("i", {
448
448
  className: (0, _classnames["default"])('tu-icon-add-people', "".concat(preCls, "__invite-icon"))
449
- })))), showMangeAdd && (staffCount > 3 ? /*#__PURE__*/_react["default"].createElement(_tooltip["default"], {
449
+ })))), showMangeAdd && (staffCount > 3 && inviteAuth ? /*#__PURE__*/_react["default"].createElement(_tooltip["default"], {
450
450
  overlay: '添加员工',
451
451
  placement: "bottom",
452
452
  align: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@titaui/pc",
3
- "version": "1.15.6-beta.1",
3
+ "version": "1.15.6-beta.2",
4
4
  "nameCN": "",
5
5
  "description": "",
6
6
  "main": "lib/index.js",