【fix】bug83096 -上传图片限制死类型

This commit is contained in:
fengchenchen
2024-03-27 11:39:31 +08:00
parent 136baa0c22
commit a7e094f137
2 changed files with 4 additions and 3 deletions
@@ -128,7 +128,7 @@ export default {
disabled: false,
titleImg: this.$t('uploadPictures'),
listType: 'picture',
accept: 'image/*',
accept: '.png,.jpeg,.jpg,.gif',
// 表格行列相关数据
rowColForm: {},
validatorRowColRules: {