调整插件位置
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
|
||||
<script>
|
||||
import AiAdd from "../../components/AiAdd";
|
||||
import AiEmpty from "../../components/AiEmpty/AiEmpty";
|
||||
import AiEmpty from "../../components/AiEmpty";
|
||||
import AiTopFixed from "../../components/AiTopFixed";
|
||||
import {add, detail, read} from "./components"
|
||||
|
||||
|
||||
@@ -68,7 +68,7 @@
|
||||
|
||||
<script>
|
||||
import AiBack from "../../../components/AiBack";
|
||||
import AiSelectEnterprise from "../../../components/AiSelectEnterprise/AiSelectEnterprise";
|
||||
import AiSelectEnterprise from "../../../components/AiSelectEnterprise";
|
||||
import AiUploader from "../../../components/AiUploader";
|
||||
|
||||
export default {
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
<script>
|
||||
import AiBack from "../../../components/AiBack";
|
||||
import {mapActions} from "vuex";
|
||||
import AiEmpty from "../../../components/AiEmpty/AiEmpty";
|
||||
import AiEmpty from "../../../components/AiEmpty";
|
||||
|
||||
export default {
|
||||
name: "detail",
|
||||
|
||||
Reference in New Issue
Block a user