/** * 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 } from 'antd'; import { SearchForm, AuthDiv, Breadcrumb } from 'components'; import ComTable from './Table'; import ComForm from './Form'; import store from './store'; export default observer(function () { return ( 首页 配置中心 服务配置 store.f_name = e.target.value} placeholder="请输入"/> {store.formVisible && } ); })