zs преди 1 година
родител
ревизия
7d88a2733a
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      src/views/core/car/index.vue
  2. 1 1
      src/views/system/config/index.vue

+ 1 - 1
src/views/core/car/index.vue

@@ -69,7 +69,7 @@
           <el-radio v-for="i in statusList" :key="i._id" :label="i.value">{{ i.label }}</el-radio>
         </template>
         <template #file>
-          <cUpload model="file" :list="form.file" :limit="9" url="/files/usedCar/car/upload" listType="picture-card" @change="onUpload"></cUpload>
+          <cUpload model="file" :list="form.file" :limit="21" url="/files/usedCar/car/upload" listType="picture-card" @change="onUpload"></cUpload>
         </template>
       </cForm>
     </el-col>

+ 1 - 1
src/views/system/config/index.vue

@@ -18,7 +18,7 @@
 <script setup lang="ts">
 import { ref, Ref, onMounted, inject } from 'vue';
 // NeedChange
-import { ConfigStore } from '@/stores/config';
+import { ConfigStore } from '@/stores/system/config';
 import type { IQueryResult } from '@/util/types.util';
 import { cloneDeep, get } from 'lodash';
 import baseStore from '@/stores/counter';