zmdms-webui 1.2.0 → 1.2.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.
@@ -108,7 +108,7 @@ var UploadTable = function (_a, ref) {
108
108
  key: "attachName",
109
109
  align: "left",
110
110
  render: function (text, record, index) {
111
- return (jsx(ButtonCom, __assign({ type: "link", onClick: function () { return operationCallback("preview", record, index); }, style: { textAlign: "left" } }, { children: "\u554A\u82CF\u8054\u7A7A\u519B\u6697\u7EFF\u8272\u79D1\u6280\u554A\u82CF\u8054\u7A7A\u519B\u8428\u62C9\u5C3D\u5FEB \u554A\u82CF\u8054\u7A7A\u519B\u6697\u7EFF\u8272\u79D1\u6280\u554A\u82CF\u8054\u7A7A\u519B\u8428\u62C9\u5C3D\u5FEB \u554A\u82CF\u8054\u7A7A\u519B\u6697\u7EFF\u8272\u79D1\u6280\u554A\u82CF\u8054\u7A7A\u519B\u8428\u62C9\u5C3D\u5FEB" })));
111
+ return (jsx(ButtonCom, __assign({ type: "link", onClick: function () { return operationCallback("preview", record, index); }, style: { textAlign: "left" } }, { children: text })));
112
112
  },
113
113
  },
114
114
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zmdms-webui",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "private": false,
5
5
  "main": "dist/index.es.js",
6
6
  "module": "dist/index.es.js",