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/formtabconfig/index.jsx | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/templates/formtabconfig/index.jsx b/src/templates/formtabconfig/index.jsx index a8bfb38..42bf32c 100644 --- a/src/templates/formtabconfig/index.jsx +++ b/src/templates/formtabconfig/index.jsx @@ -11,21 +11,21 @@ import zhCN from '@/locales/zh-CN/comtable.js' import enUS from '@/locales/en-US/comtable.js' import Utils from '@/utils/utils.js' -import { getModalForm, getActionForm } from '@/templates/tableshare/formconfig' +import { getModalForm, getActionForm } from '@/templates/zshare/formconfig' import { queryTableSql } from '@/utils/option.js' -import ModalForm from '@/templates/ushare/modalform' +import ModalForm from '@/templates/zshare/modalform' import ActionForm from './actionform' import SettingForm from './settingform' import DragElement from './dragelement' import GroupForm from './groupform' -import TabForm from '@/templates/tableshare/tabform' -import EditCard from '@/templates/tableshare/editcard' -import VerifyCard from '@/templates/tableshare/verifycard' -import MenuForm from '@/templates/tableshare/menuform' -import TabDragElement from '@/templates/tableshare/tabdragelement' -import SourceElement from '@/templates/tableshare/dragelement/source' -import CreateFunc from '@/templates/tableshare/createfunc' +import TabForm from '@/templates/zshare/tabform' +import EditCard from '@/templates/zshare/editcard' +import VerifyCard from '@/templates/zshare/verifycard' +import MenuForm from '@/templates/zshare/menuform' +import TabDragElement from '@/templates/zshare/tabdragelement' +import SourceElement from '@/templates/zshare/dragelement/source' +import CreateFunc from '@/templates/zshare/createfunc' import Source from './source' import './index.scss' -- Gitblit v1.8.0