bugfix:下拉条件失效的问题.

This commit is contained in:
kvkens 2018-09-25 11:07:47 +08:00
parent 5d0f77b327
commit 75d3048adc
6 changed files with 14583 additions and 1612 deletions

File diff suppressed because one or more lines are too long

8
dist/demo.css vendored
View File

@ -10247,4 +10247,12 @@ li.rc-time-picker-panel-select-option-disabled:hover {
.demo25 .u-table-scroll .u-table-header {
margin-right: 15px; }
th .drop-menu .uf {
font-size: 12px;
visibility: hidden;
margin-left: 15px; }
th:hover .uf {
visibility: visible; }
/*# sourceMappingURL=demo.css.map */

2
dist/demo.css.map vendored

File diff suppressed because one or more lines are too long

16179
dist/demo.js vendored

File diff suppressed because one or more lines are too long

2
dist/demo.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -253,6 +253,7 @@ class TableHeader extends Component {
data={selectDataSource}
onChange={this.handlerFilterTextChange.bind(this, dataIndex)}
onSelectDropdown={this.handlerFilterDropChange.bind(this, dataIndex)}
filterDropdown={rows[1][index]['filterdropdown']}
/>
//日期
case 'date':
@ -262,6 +263,7 @@ class TableHeader extends Component {
onClick={() => { }}
onChange={this.handlerFilterTextChange.bind(this, dataIndex)}
onSelectDropdown={this.handlerFilterDropChange.bind(this, dataIndex)}
filterDropdown={rows[1][index]['filterdropdown']}
/>
default:
//不匹配类型默认文本输入