ztxkui 10.0.44 → 10.0.45

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.
@@ -668,7 +668,12 @@ var Sinatures = function (_a) {
668
668
  render: function (text, record) {
669
669
  return (React.createElement(Button, { type: "link", onClick: function () {
670
670
  openContractTemplateModalHandle(record);
671
- } }, text));
671
+ } }, [
672
+ record.contractTemplateName,
673
+ record.contractTemplateAttachName,
674
+ ]
675
+ .filter(function (item) { return item; })
676
+ .join('+')));
672
677
  },
673
678
  },
674
679
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ztxkui",
3
- "version": "10.0.44",
3
+ "version": "10.0.45",
4
4
  "private": false,
5
5
  "description": "React components library",
6
6
  "author": "zt-front-end",