@zgfe/modules-dm 1.0.30-qirui.0 → 1.0.30-qirui.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.
|
@@ -468,7 +468,7 @@ var CollectionAttributeList = function CollectionAttributeList(props) {
|
|
|
468
468
|
ajax(apis.exportAliasTmp, {
|
|
469
469
|
method: 'get',
|
|
470
470
|
responseType: 'blob',
|
|
471
|
-
fileName: "".concat(source == 'user' ? '用户' : '事件', "\u5C5E\u6027\u503C\u6A21\u677F
|
|
471
|
+
fileName: "".concat(source == 'user' ? '用户' : '事件', "\u5C5E\u6027\u503C\u6A21\u677F"),
|
|
472
472
|
getResponse: true
|
|
473
473
|
}).finally(function () {
|
|
474
474
|
setExportAliasTmp(false);
|
|
@@ -306,7 +306,7 @@ var TablePlus = function TablePlus(props) {
|
|
|
306
306
|
dataIndex: 'event_name',
|
|
307
307
|
key: 'event_name',
|
|
308
308
|
fixed: 'left',
|
|
309
|
-
width:
|
|
309
|
+
width: 380,
|
|
310
310
|
render: function render(text, record, index) {
|
|
311
311
|
if (record.groupId) {
|
|
312
312
|
var _groupCheckedData$rec;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zgfe/modules-dm",
|
|
3
|
-
"version": "1.0.30-qirui.
|
|
3
|
+
"version": "1.0.30-qirui.2",
|
|
4
4
|
"license": "ISC",
|
|
5
5
|
"module": "es/index.js",
|
|
6
6
|
"typings": "es/index.d.ts",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"umi-request": "^1.4.0",
|
|
50
50
|
"yorkie": "^2.0.0"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "a9ee827da065af809683552850c067b8e04dc433",
|
|
53
53
|
"gitHooks": {
|
|
54
54
|
"pre-commit": "lint-staged"
|
|
55
55
|
}
|