cloud-b2b 1.1.29 → 1.1.30
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.
|
@@ -466,11 +466,16 @@ var SuperTable2 = /*#__PURE__*/function (_React$Component) {
|
|
|
466
466
|
whiteSpace: 'nowrap',
|
|
467
467
|
overflow: 'hidden',
|
|
468
468
|
textOverflow: 'ellipsis',
|
|
469
|
-
width: '
|
|
469
|
+
width: '100px'
|
|
470
470
|
},
|
|
471
471
|
onClick: _this.onImgTileClick(col, record, index)
|
|
472
472
|
}, value.title), helper.isEmpty2(value.remark) ? null : /*#__PURE__*/React.createElement("span", {
|
|
473
473
|
style: {
|
|
474
|
+
display: 'block',
|
|
475
|
+
whiteSpace: 'nowrap',
|
|
476
|
+
overflow: 'hidden',
|
|
477
|
+
textOverflow: 'ellipsis',
|
|
478
|
+
width: '100px',
|
|
474
479
|
color: '#333'
|
|
475
480
|
}
|
|
476
481
|
}, value.remark))) : /*#__PURE__*/React.createElement("div", null);
|
|
@@ -566,7 +571,7 @@ var SuperTable2 = /*#__PURE__*/function (_React$Component) {
|
|
|
566
571
|
col.title = _this.getColumnTitle(col);
|
|
567
572
|
col.dataIndex = col.key;
|
|
568
573
|
col.width = col.width ? col.width : _includesInstanceProperty(_context13 = ['index', 'checked']).call(_context13, col.key) ? 70 : col.type === 'img' ? 200 : 120;
|
|
569
|
-
// const {props = {}} =
|
|
574
|
+
// const {props = {}} =
|
|
570
575
|
// const {edit = false} = props
|
|
571
576
|
// if (!(readonly || col.type === 'readonly') || !this.canReadonly(col.type)) {
|
|
572
577
|
// if ( !edit && ['text', 'number', 'select', 'date', 'search', 'readonly', 'textArea', 'selectSearch'].includes(col.type)){
|
|
@@ -479,11 +479,16 @@ var SuperTable2 = /*#__PURE__*/function (_React$Component) {
|
|
|
479
479
|
whiteSpace: 'nowrap',
|
|
480
480
|
overflow: 'hidden',
|
|
481
481
|
textOverflow: 'ellipsis',
|
|
482
|
-
width: '
|
|
482
|
+
width: '100px'
|
|
483
483
|
},
|
|
484
484
|
onClick: _this.onImgTileClick(col, record, index)
|
|
485
485
|
}, value.title), _helper["default"].isEmpty2(value.remark) ? null : /*#__PURE__*/_react["default"].createElement("span", {
|
|
486
486
|
style: {
|
|
487
|
+
display: 'block',
|
|
488
|
+
whiteSpace: 'nowrap',
|
|
489
|
+
overflow: 'hidden',
|
|
490
|
+
textOverflow: 'ellipsis',
|
|
491
|
+
width: '100px',
|
|
487
492
|
color: '#333'
|
|
488
493
|
}
|
|
489
494
|
}, value.remark))) : /*#__PURE__*/_react["default"].createElement("div", null);
|
|
@@ -579,7 +584,7 @@ var SuperTable2 = /*#__PURE__*/function (_React$Component) {
|
|
|
579
584
|
col.title = _this.getColumnTitle(col);
|
|
580
585
|
col.dataIndex = col.key;
|
|
581
586
|
col.width = col.width ? col.width : (0, _includes["default"])(_context13 = ['index', 'checked']).call(_context13, col.key) ? 70 : col.type === 'img' ? 200 : 120;
|
|
582
|
-
// const {props = {}} =
|
|
587
|
+
// const {props = {}} =
|
|
583
588
|
// const {edit = false} = props
|
|
584
589
|
// if (!(readonly || col.type === 'readonly') || !this.canReadonly(col.type)) {
|
|
585
590
|
// if ( !edit && ['text', 'number', 'select', 'date', 'search', 'readonly', 'textArea', 'selectSearch'].includes(col.type)){
|