fix(1、多语问题;2、syncHover属性bug):

This commit is contained in:
wanghaoo 2019-02-25 15:42:15 +08:00
parent ae1eaa03f3
commit baca533e11
2 changed files with 5 additions and 3 deletions

View File

@ -90,7 +90,7 @@ function filterColumn(Table, Popover) {
showModal = _state.showModal;
var locale = (0, _tool.getComponentLocale)(this.props, this.context, "Table", function () {
var locale = (0, _tool.getComponentLocale)(this.props, this.context, 'Table', function () {
return _i18n2["default"];
});
@ -160,6 +160,8 @@ function filterColumn(Table, Popover) {
afterFilter: noop,
columnFilterAble: true,
scroll: {}
}, _class.contextTypes = {
beeLocale: PropTypes.object
}, _initialiseProps = function _initialiseProps() {
var _this2 = this;

View File

@ -1,6 +1,6 @@
{
"name": "bee-table",
"version": "1.6.42.beta.0",
"version": "1.6.42",
"description": "Table ui component for react",
"keywords": [
"react",
@ -96,4 +96,4 @@
"react-dom": "^16.6.3",
"shineout": "^1.1.7"
}
}
}