|  | @@ -203,7 +203,7 @@ const MyBill=Form.create()(React.createClass({
 | 
	
		
			
				|  |  |                      title: '是否有效',
 | 
	
		
			
				|  |  |                      dataIndex: 'deleteSign',
 | 
	
		
			
				|  |  |                      key: 'deleteSign',
 | 
	
		
			
				|  |  | -                    render:(text)=>{return text==0?'有效':'锁定/作废' }
 | 
	
		
			
				|  |  | +                    render:(text)=>{return text==0?'有效':'作废' }
 | 
	
		
			
				|  |  |                  },
 | 
	
		
			
				|  |  |              ],
 | 
	
		
			
				|  |  |              dataSource: [],
 | 
	
	
		
			
				|  | @@ -297,7 +297,6 @@ const MyBill=Form.create()(React.createClass({
 | 
	
		
			
				|  |  |  	                        onChange={(e) => { this.setState({ term: e }) }}>
 | 
	
		
			
				|  |  |  	                        <Select.Option value='0'>有效</Select.Option>
 | 
	
		
			
				|  |  |  	                        <Select.Option value='1'>作废</Select.Option>
 | 
	
		
			
				|  |  | -	                        <Select.Option value='2'>锁定</Select.Option>
 | 
	
		
			
				|  |  |                    		</Select>
 | 
	
		
			
				|  |  |  	                    <Button type="primary" onClick={this.search} style={{marginLeft:'10px'}}>搜索</Button>
 | 
	
		
			
				|  |  |  	                    <Button onClick={this.reset}>重置</Button>
 |