export default { 'list-type': (h, conf, key) => { const list = [] const config = conf.__config__ if (conf['list-type'] === 'picture-card') { list.push() } else { list.push({config.buttonText}) } if (config.showTip) { list.push(
只能上传不超过 {config.fileSize}{config.sizeUnit} 的{conf.accept}文件
) } return list } }