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/subtableconfig/index.jsx | 28 ++++++++++++++-------------- 1 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/templates/subtableconfig/index.jsx b/src/templates/subtableconfig/index.jsx index edf4641..01b4f4b 100644 --- a/src/templates/subtableconfig/index.jsx +++ b/src/templates/subtableconfig/index.jsx @@ -11,25 +11,25 @@ import zhCN from '@/locales/zh-CN/comtable.js' import enUS from '@/locales/en-US/comtable.js' import Utils from '@/utils/utils.js' -import { getSearchForm, getActionForm, getColumnForm } from '@/templates/tableshare/formconfig' +import { getSearchForm, getActionForm, getColumnForm } from '@/templates/zshare/formconfig' import { queryTableSql } from '@/utils/option.js' import ActionForm from './actionform' import SettingForm from './settingform' -import SearchForm from '@/templates/tableshare/searchform' -import ColumnForm from '@/templates/tableshare/columnform' -import DragElement from '@/templates/tableshare/dragelement' -import PasteForm from '@/templates/tableshare/pasteform' -import ColspanForm from '@/templates/tableshare/colspanform' -import GridBtnForm from '@/templates/tableshare/gridbtnform' -import EditCard from '@/templates/tableshare/editcard' -import VerifyCard from '@/templates/tableshare/verifycard' -import VerifyCardExcelIn from '@/templates/tableshare/verifycardexcelin' -import VerifyCardExcelOut from '@/templates/tableshare/verifycardexcelout' -import MenuForm from '@/templates/tableshare/menuform' +import SearchForm from '@/templates/zshare/searchform' +import ColumnForm from '@/templates/zshare/columnform' +import DragElement from '@/templates/zshare/dragelement' +import PasteForm from '@/templates/zshare/pasteform' +import ColspanForm from '@/templates/zshare/colspanform' +import GridBtnForm from '@/templates/zshare/gridbtnform' +import EditCard from '@/templates/zshare/editcard' +import VerifyCard from '@/templates/zshare/verifycard' +import VerifyCardExcelIn from '@/templates/zshare/verifycardexcelin' +import VerifyCardExcelOut from '@/templates/zshare/verifycardexcelout' +import MenuForm from '@/templates/zshare/menuform' import TransferForm from '@/components/transferform' -import SourceElement from '@/templates/tableshare/dragelement/source' -import CreateFunc from '@/templates/tableshare/createfunc' +import SourceElement from '@/templates/zshare/dragelement/source' +import CreateFunc from '@/templates/zshare/createfunc' import Source from './source' import './index.scss' -- Gitblit v1.8.0