调整插件位置
This commit is contained in:
		@@ -50,7 +50,7 @@
 | 
			
		||||
</template>
 | 
			
		||||
 | 
			
		||||
<script>
 | 
			
		||||
  import AiEmpty from "../../components/AiEmpty/AiEmpty";
 | 
			
		||||
  import AiEmpty from "../../components/AiEmpty";
 | 
			
		||||
  import AiTopFixed from "../../components/AiTopFixed";
 | 
			
		||||
  import AiAdd from "../../components/AiAdd";
 | 
			
		||||
  import {addMeeting, belongToMe, detail, meetingList} from './components'
 | 
			
		||||
 
 | 
			
		||||
@@ -81,7 +81,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 {
 | 
			
		||||
 
 | 
			
		||||
@@ -41,7 +41,7 @@
 | 
			
		||||
<script>
 | 
			
		||||
  import AiTopFixed from "../../../components/AiTopFixed";
 | 
			
		||||
  import AiBack from "../../../components/AiBack";
 | 
			
		||||
  import AiEmpty from "../../../components/AiEmpty/AiEmpty";
 | 
			
		||||
  import AiEmpty from "../../../components/AiEmpty";
 | 
			
		||||
 | 
			
		||||
  export default {
 | 
			
		||||
    name: "belongToMe",
 | 
			
		||||
 
 | 
			
		||||
@@ -37,7 +37,7 @@
 | 
			
		||||
 | 
			
		||||
<script>
 | 
			
		||||
  import AiBack from "../../../components/AiBack";
 | 
			
		||||
  import AiEmpty from "../../../components/AiEmpty/AiEmpty";
 | 
			
		||||
  import AiEmpty from "../../../components/AiEmpty";
 | 
			
		||||
 | 
			
		||||
  export default {
 | 
			
		||||
    name: "meetingList",
 | 
			
		||||
 
 | 
			
		||||
@@ -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",
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
<template>
 | 
			
		||||
    <div class="emptyWrap">
 | 
			
		||||
        <img class="emptyImg" src="./static/Empty.png">
 | 
			
		||||
        <img class="emptyImg" src="AiEmpty/static/Empty.png">
 | 
			
		||||
        <div class="emptyText">{{description}}</div>
 | 
			
		||||
    </div>
 | 
			
		||||
</template>
 | 
			
		||||
@@ -12,8 +12,8 @@
 | 
			
		||||
</template>
 | 
			
		||||
 | 
			
		||||
<script>
 | 
			
		||||
  import tree from "./tree";
 | 
			
		||||
  import AiBack from "../AiBack";
 | 
			
		||||
  import tree from "./AiSelectEnterprise/tree";
 | 
			
		||||
  import AiBack from "./AiBack";
 | 
			
		||||
 | 
			
		||||
  export default {
 | 
			
		||||
    name: "AiSelectEnterprise",
 | 
			
		||||
@@ -64,7 +64,7 @@
 | 
			
		||||
</template>
 | 
			
		||||
 | 
			
		||||
<script>
 | 
			
		||||
import AiEmpty from '../../components/AiEmpty/AiEmpty'
 | 
			
		||||
import AiEmpty from '../../components/AiEmpty'
 | 
			
		||||
import URow from '../../uview/components/u-row/u-row.vue'
 | 
			
		||||
 | 
			
		||||
export default {
 | 
			
		||||
 
 | 
			
		||||
@@ -94,7 +94,7 @@
 | 
			
		||||
 | 
			
		||||
<script>
 | 
			
		||||
  import AiBack from "../../../components/AiBack";
 | 
			
		||||
  import AiSelectEnterprise from "../../../components/AiSelectEnterprise/AiSelectEnterprise";
 | 
			
		||||
  import AiSelectEnterprise from "../../../components/AiSelectEnterprise";
 | 
			
		||||
  import {mapActions} from "vuex";
 | 
			
		||||
 | 
			
		||||
  export default {
 | 
			
		||||
 
 | 
			
		||||
@@ -36,7 +36,7 @@
 | 
			
		||||
 | 
			
		||||
<script>
 | 
			
		||||
  import AiTopFixed from "../../components/AiTopFixed";
 | 
			
		||||
  import AiEmpty from "../../components/AiEmpty/AiEmpty";
 | 
			
		||||
  import AiEmpty from "../../components/AiEmpty";
 | 
			
		||||
 | 
			
		||||
  export default {
 | 
			
		||||
    name: "documentFlow",
 | 
			
		||||
 
 | 
			
		||||
@@ -79,7 +79,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 {
 | 
			
		||||
 
 | 
			
		||||
@@ -41,7 +41,7 @@
 | 
			
		||||
<script>
 | 
			
		||||
  import AiTopFixed from "../../../components/AiTopFixed";
 | 
			
		||||
  import AiBack from "../../../components/AiBack";
 | 
			
		||||
  import AiEmpty from "../../../components/AiEmpty/AiEmpty";
 | 
			
		||||
  import AiEmpty from "../../../components/AiEmpty";
 | 
			
		||||
 | 
			
		||||
  export default {
 | 
			
		||||
    name: "belongToMe",
 | 
			
		||||
 
 | 
			
		||||
@@ -37,7 +37,7 @@
 | 
			
		||||
 | 
			
		||||
<script>
 | 
			
		||||
  import AiBack from "../../../components/AiBack";
 | 
			
		||||
  import AiEmpty from "../../../components/AiEmpty/AiEmpty";
 | 
			
		||||
  import AiEmpty from "../../../components/AiEmpty";
 | 
			
		||||
 | 
			
		||||
  export default {
 | 
			
		||||
    name: "meetingList",
 | 
			
		||||
 
 | 
			
		||||
@@ -46,7 +46,7 @@
 | 
			
		||||
</template>
 | 
			
		||||
 | 
			
		||||
<script>
 | 
			
		||||
  import AiEmpty from "../../components/AiEmpty/AiEmpty";
 | 
			
		||||
  import AiEmpty from "../../components/AiEmpty";
 | 
			
		||||
  import AiTopFixed from "../../components/AiTopFixed";
 | 
			
		||||
  import AiAdd from "../../components/AiAdd";
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -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",
 | 
			
		||||
 
 | 
			
		||||
@@ -60,7 +60,7 @@
 | 
			
		||||
 | 
			
		||||
<script>
 | 
			
		||||
  import AiAdd from "../../components/AiAdd";
 | 
			
		||||
  import AiEmpty from "../../components/AiEmpty/AiEmpty";
 | 
			
		||||
  import AiEmpty from "../../components/AiEmpty";
 | 
			
		||||
  import AiTopFixed from "../../components/AiTopFixed";
 | 
			
		||||
 | 
			
		||||
  export default {
 | 
			
		||||
 
 | 
			
		||||
@@ -73,7 +73,7 @@
 | 
			
		||||
</template>
 | 
			
		||||
 | 
			
		||||
<script>
 | 
			
		||||
import AiEmpty from '../../components/AiEmpty/AiEmpty'
 | 
			
		||||
import AiEmpty from '../../components/AiEmpty'
 | 
			
		||||
import {mapState} from "vuex"
 | 
			
		||||
 | 
			
		||||
export default {
 | 
			
		||||
 
 | 
			
		||||
@@ -47,7 +47,7 @@
 | 
			
		||||
</template>
 | 
			
		||||
 | 
			
		||||
<script>
 | 
			
		||||
  import AiEmpty from "../../components/AiEmpty/AiEmpty";
 | 
			
		||||
  import AiEmpty from "../../components/AiEmpty";
 | 
			
		||||
  import {mapState} from "vuex";
 | 
			
		||||
  export default {
 | 
			
		||||
    name: "supermarket",
 | 
			
		||||
 
 | 
			
		||||
@@ -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