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/comtableconfig/index.jsx | 34 +++++++++++++++++----------------- 1 files changed, 17 insertions(+), 17 deletions(-) diff --git a/src/templates/comtableconfig/index.jsx b/src/templates/comtableconfig/index.jsx index 84aa18d..00f4fe6 100644 --- a/src/templates/comtableconfig/index.jsx +++ b/src/templates/comtableconfig/index.jsx @@ -11,28 +11,28 @@ import Utils from '@/utils/utils.js' import zhCN from '@/locales/zh-CN/comtable.js' import enUS from '@/locales/en-US/comtable.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 TabForm from '@/templates/tableshare/tabform' -import SearchForm from '@/templates/tableshare/searchform' -import ColumnForm from '@/templates/tableshare/columnform' -import PasteForm from '@/templates/tableshare/pasteform' -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 VerifyCard from '@/templates/tableshare/verifycard' -import VerifyCardExcelIn from '@/templates/tableshare/verifycardexcelin' -import VerifyCardExcelOut from '@/templates/tableshare/verifycardexcelout' -import VerifyCardPrint from '@/templates/tableshare/verifycardprint' -import MenuForm from '@/templates/tableshare/menuform' -import TabDragElement from '@/templates/tableshare/tabdragelement' +import TabForm from '@/templates/zshare/tabform' +import SearchForm from '@/templates/zshare/searchform' +import ColumnForm from '@/templates/zshare/columnform' +import PasteForm from '@/templates/zshare/pasteform' +import DragElement from '@/templates/zshare/dragelement' +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 VerifyCardPrint from '@/templates/zshare/verifycardprint' +import MenuForm from '@/templates/zshare/menuform' +import TabDragElement from '@/templates/zshare/tabdragelement' 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