/** * Copyright (c) OpenSpug Organization. https://github.com/openspug/spug * Copyright (c) * Released under the AGPL-3.0 License. */ import React from 'react'; import { observer } from 'mobx-react'; import { Input, Select, Button } from 'antd'; import { SearchForm, AuthDiv, AuthCard } from 'components'; import ComTable from './Table'; import store from './store'; export default observer(function () { return ( store.f_name = e.target.value} placeholder="请输入"/> ) })