调整插件位置

This commit is contained in:
aixianling
2021-11-23 11:05:52 +08:00
parent 13e0c724a4
commit 4e4e7e9465
24 changed files with 25 additions and 25 deletions

View File

@@ -107,7 +107,7 @@
<script>
import AiBack from "../../../components/AiBack";
import AiSelectEnterprise from "../../../components/AiSelectEnterprise/AiSelectEnterprise";
import AiSelectEnterprise from "../../../components/AiSelectEnterprise";
export default {
name: "create",

View File

@@ -111,7 +111,7 @@
<script>
import AiTopFixed from "../../../components/AiTopFixed";
import AiBack from "../../../components/AiBack";
import AiEmpty from "../../../components/AiEmpty/AiEmpty";
import AiEmpty from "../../../components/AiEmpty";
import {mapActions} from "vuex";
export default {

View File

@@ -39,7 +39,7 @@
<script>
import AiTopFixed from "../../components/AiTopFixed";
import AiAdd from "../../components/AiAdd";
import AiEmpty from "../../components/AiEmpty/AiEmpty";
import AiEmpty from "../../components/AiEmpty";
export default {
name: "workTask",