@kmkf-fe-packages/services-components 0.7.5-alpha.4 → 0.7.5-alpha.5

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.
@@ -33,11 +33,11 @@ var WorkOrderId = /*#__PURE__*/_createClass(function WorkOrderId(options) {
33
33
  message.success('复制成功');
34
34
  });
35
35
  _defineProperty(this, "renderPc", function (value, record) {
36
- var _record$repeatConfig;
36
+ var _record$repeatValueLi;
37
37
  if ((record === null || record === void 0 ? void 0 : record["".concat(_this.id)]) === undefined) {
38
38
  return /*#__PURE__*/React.createElement(React.Fragment, null, "--");
39
39
  }
40
- return /*#__PURE__*/React.createElement("span", null, (record === null || record === void 0 ? void 0 : (_record$repeatConfig = record.repeatConfig) === null || _record$repeatConfig === void 0 ? void 0 : _record$repeatConfig.show) && /*#__PURE__*/React.createElement("img", {
40
+ return /*#__PURE__*/React.createElement("span", null, (record === null || record === void 0 ? void 0 : (_record$repeatValueLi = record.repeatValueList) === null || _record$repeatValueLi === void 0 ? void 0 : _record$repeatValueLi.length) > 0 && /*#__PURE__*/React.createElement("img", {
41
41
  src: repeatPng,
42
42
  style: {
43
43
  width: '16px'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kmkf-fe-packages/services-components",
3
- "version": "0.7.5-alpha.4",
3
+ "version": "0.7.5-alpha.5",
4
4
  "module": "dist/esm/index.js",
5
5
  "typings": "dist/esm/index.d.ts",
6
6
  "files": [
@@ -40,5 +40,5 @@
40
40
  "gitHooks": {
41
41
  "pre-commit": "lint-staged"
42
42
  },
43
- "gitHead": "40e55bb28512def8425ab29ce35361980957b3e3"
43
+ "gitHead": "d06961e9c0e13b33a7d62eb11ce75c46e19e3b70"
44
44
  }