兰宝车间质量管理系统-前端
Ai3_刘小龙
2023-12-20 5d44f9e23124f05b0906efd754ba7f8fac1f7cdd
src/components/ImageUpload/index.vue
@@ -46,7 +46,10 @@
import { globalHeaders } from '@/utils/request';
const props = defineProps({
  modelValue: [String, Object, Array],
  modelValue: {
    type: [String, Object, Array],
    default: () => []
  },
  // 图片数量限制
  limit: propTypes.number.def(5),
  // 大小限制(MB)