mirror of https://github.com/openspug/spug
				
				
				
			update field name
							parent
							
								
									800c186f36
								
							
						
					
					
						commit
						d1639a4e57
					
				| 
						 | 
				
			
			@ -20,7 +20,7 @@ export default observer(function () {
 | 
			
		|||
        <Breadcrumb.Item>账户管理</Breadcrumb.Item>
 | 
			
		||||
      </Breadcrumb>
 | 
			
		||||
      <SearchForm>
 | 
			
		||||
        <SearchForm.Item span={8} title="账户名称">
 | 
			
		||||
        <SearchForm.Item span={8} title="登录名">
 | 
			
		||||
          <Input allowClear value={store.f_name} onChange={e => store.f_name = e.target.value} placeholder="请输入"/>
 | 
			
		||||
        </SearchForm.Item>
 | 
			
		||||
      </SearchForm>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -23,11 +23,11 @@ class ComTable extends React.Component {
 | 
			
		|||
  }
 | 
			
		||||
 | 
			
		||||
  columns = [{
 | 
			
		||||
    title: '时间',
 | 
			
		||||
    title: '登录时间',
 | 
			
		||||
    width: 200,
 | 
			
		||||
    dataIndex: 'created_at'
 | 
			
		||||
  }, {
 | 
			
		||||
    title: '账户名',
 | 
			
		||||
    title: '账户名称',
 | 
			
		||||
    width: 120,
 | 
			
		||||
    dataIndex: 'username',
 | 
			
		||||
  }, {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -16,7 +16,7 @@ export default observer(function () {
 | 
			
		|||
      <Breadcrumb>
 | 
			
		||||
        <Breadcrumb.Item>首页</Breadcrumb.Item>
 | 
			
		||||
        <Breadcrumb.Item>系统管理</Breadcrumb.Item>
 | 
			
		||||
        <Breadcrumb.Item>账户管理</Breadcrumb.Item>
 | 
			
		||||
        <Breadcrumb.Item>登录日志</Breadcrumb.Item>
 | 
			
		||||
      </Breadcrumb>
 | 
			
		||||
      <SearchForm>
 | 
			
		||||
        <SearchForm.Item span={8} title="账户名称">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue