调整插件位置
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user