From aaee2aa047e856141dce84c5d3f1cd16d9a00dcd Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 18 三月 2020 15:10:16 +0800 Subject: [PATCH] 2020-03-18 --- src/templates/zshare/searchform/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/templates/tableshare/searchform/index.jsx b/src/templates/zshare/searchform/index.jsx similarity index 99% rename from src/templates/tableshare/searchform/index.jsx rename to src/templates/zshare/searchform/index.jsx index ddae793..9cccb1f 100644 --- a/src/templates/tableshare/searchform/index.jsx +++ b/src/templates/zshare/searchform/index.jsx @@ -2,7 +2,7 @@ import PropTypes from 'prop-types' import { Form, Row, Col, Input, Select, Icon, Radio, notification, Tooltip, InputNumber } from 'antd' import { dateOptions, matchReg, formRule } from '@/utils/option.js' -import EditTable from '../editable' +import EditTable from '../searcheditable' import './index.scss' const { TextArea } = Input -- Gitblit v1.8.0