@@ -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>
</cForm>
</el-col>
@@ -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';