From 4c2ef2d3a98d7d9a2592721db2f5858528eb5c86 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 26 十二月 2019 11:33:48 +0800 Subject: [PATCH] 2019-12-26 --- src/templates/subtableconfig/index.jsx | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/templates/subtableconfig/index.jsx b/src/templates/subtableconfig/index.jsx index 692102b..6b3e29e 100644 --- a/src/templates/subtableconfig/index.jsx +++ b/src/templates/subtableconfig/index.jsx @@ -6,17 +6,17 @@ import HTML5Backend from 'react-dnd-html5-backend' import { Button, Card, Modal, Collapse, notification, Spin, Select, List, Icon, Empty, Switch, Tooltip } from 'antd' import moment from 'moment' -import DragElement from './dragelement' -import SourceElement from './dragelement/source' import Api from '@/api' -import SearchForm from './searchform' import ActionForm from './actionform' -import ColumnForm from './columnform' -import ColspanForm from './colspanform' import SettingForm from './settingform' -import GridBtnForm from './gridbtnform' -import EditCard from './editcard' -import MenuForm from './menuform' +import SearchForm from '@/templates/tableshare/searchform' +import ColumnForm from '@/templates/tableshare/columnform' +import DragElement from '@/templates/tableshare/dragelement' +import ColspanForm from '@/templates/tableshare/colspanform' +import GridBtnForm from '@/templates/tableshare/gridbtnform' +import EditCard from '@/templates/tableshare/editcard' +import MenuForm from '@/templates/tableshare/menuform' +import SourceElement from '@/templates/tableshare/dragelement/source' import zhCN from '@/locales/zh-CN/comtable.js' import enUS from '@/locales/en-US/comtable.js' import Utils from '@/utils/utils.js' -- Gitblit v1.8.0