Commit 2eb853ee735f9ccf2a31af9c3a03705d5e5520d5

Authored by fengwotao
1 parent 1711bcdc

style:企业定制只是调整布局样式

@@ -100,7 +100,7 @@ @@ -100,7 +100,7 @@
100 import { defineComponent, ref, unref, onMounted } from 'vue'; 100 import { defineComponent, ref, unref, onMounted } from 'vue';
101 import { BasicForm, useForm } from '/@/components/Form/index'; 101 import { BasicForm, useForm } from '/@/components/Form/index';
102 import { Loading } from '/@/components/Loading/index'; 102 import { Loading } from '/@/components/Loading/index';
103 - import { Card, Upload, Input, Modal } from 'ant-design-vue'; 103 + import { Card, Upload, Input, Modal, Spin } from 'ant-design-vue';
104 import { PlusOutlined } from '@ant-design/icons-vue'; 104 import { PlusOutlined } from '@ant-design/icons-vue';
105 import { schemas } from '../config/AppDraw.config'; 105 import { schemas } from '../config/AppDraw.config';
106 import { FileItem, FileInfo } from '../types/index'; 106 import { FileItem, FileInfo } from '../types/index';
@@ -121,6 +121,7 @@ @@ -121,6 +121,7 @@
121 Modal, 121 Modal,
122 Authority, 122 Authority,
123 ContentUploadText, 123 ContentUploadText,
  124 + Spin,
124 }, 125 },
125 setup() { 126 setup() {
126 const loading = ref(false); 127 const loading = ref(false);
@@ -46,7 +46,7 @@ @@ -46,7 +46,7 @@
46 46
47 <script lang="ts"> 47 <script lang="ts">
48 import { defineComponent, onMounted, ref, computed } from 'vue'; 48 import { defineComponent, onMounted, ref, computed } from 'vue';
49 - import { Card, Upload } from 'ant-design-vue'; 49 + import { Card, Upload, Spin } from 'ant-design-vue';
50 import { BasicForm, useForm } from '/@/components/Form/index'; 50 import { BasicForm, useForm } from '/@/components/Form/index';
51 import { schemas, provSchemas } from '../config/enterPriseInfo.config'; 51 import { schemas, provSchemas } from '../config/enterPriseInfo.config';
52 import { getAreaList, getEnterPriseDetail, updateEnterPriseDetail } from '/@/api/oem/index'; 52 import { getAreaList, getEnterPriseDetail, updateEnterPriseDetail } from '/@/api/oem/index';
@@ -72,6 +72,7 @@ @@ -72,6 +72,7 @@
72 PlusOutlined, 72 PlusOutlined,
73 Authority, 73 Authority,
74 ContentUploadText, 74 ContentUploadText,
  75 + Spin,
75 }, 76 },
76 setup() { 77 setup() {
77 const userInfo: any = getAuthCache(USER_INFO_KEY); 78 const userInfo: any = getAuthCache(USER_INFO_KEY);