add wristband sort
This commit is contained in:
@@ -87819,7 +87819,7 @@ var ListItem = function ListItem(_ref) {
|
||||
_react2.default.createElement(
|
||||
_semanticUiReact.Table.Cell,
|
||||
null,
|
||||
data.locname ? data.locname : data.last_locname
|
||||
data.locname
|
||||
),
|
||||
_react2.default.createElement(
|
||||
_semanticUiReact.Table.Cell,
|
||||
@@ -87974,7 +87974,7 @@ var LocStatus = function (_React$Component) {
|
||||
_this.getList();
|
||||
});
|
||||
}, _this.renderSortIcon = function (tag) {
|
||||
if (_this.state.sort.field == tag) return _react2.default.createElement(_semanticUiReact.Icon, { size: 'mini', corner: true, name: sort_icon[_this.state.sort.order] });
|
||||
if (_this.state.sort.field == tag) return _react2.default.createElement(_semanticUiReact.Icon, { size: 'large', name: sort_icon[_this.state.sort.order] });
|
||||
return null;
|
||||
}, _temp), _possibleConstructorReturn(_this, _ret);
|
||||
}
|
||||
@@ -88024,8 +88024,11 @@ var LocStatus = function (_React$Component) {
|
||||
),
|
||||
_react2.default.createElement(
|
||||
_semanticUiReact.Table.HeaderCell,
|
||||
null,
|
||||
'\u5730\u9EDE'
|
||||
{ className: 'pointer', onClick: function onClick() {
|
||||
_this2.handlerSort('loc');
|
||||
} },
|
||||
'\u5730\u9EDE',
|
||||
this.renderSortIcon('loc')
|
||||
),
|
||||
_react2.default.createElement(
|
||||
_semanticUiReact.Table.HeaderCell,
|
||||
|
||||
Reference in New Issue
Block a user