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/tabviews/zshare/actionList/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/tabviews/tableshare/actionList/index.jsx b/src/tabviews/zshare/actionList/index.jsx similarity index 99% rename from src/tabviews/tableshare/actionList/index.jsx rename to src/tabviews/zshare/actionList/index.jsx index 5bccc5f..d8f3716 100644 --- a/src/tabviews/tableshare/actionList/index.jsx +++ b/src/tabviews/zshare/actionList/index.jsx @@ -3,7 +3,7 @@ import moment from 'moment' import { Button, Affix, Modal, notification, Spin, message } from 'antd' import * as XLSX from 'xlsx' -import MutilForm from '@/tabviews/tableshare/mutilform' +import MutilForm from '@/tabviews/zshare/mutilform' import ExcelIn from '../excelin' import Utils from '@/utils/utils.js' import options from '@/store/options.js' -- Gitblit v1.8.0