修复标点错误。

master
vdpAdmin 2022-02-22 17:11:09 +08:00
parent 00bf062cd5
commit 9811d9389e
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ function getElAttrs(widget, formConfig) { //获取El组件属性
pictureUploadIconChild: `<template #default><i class="el-icon-plus"></i></template>`,
fileUploadIconChild: `<template #default><i class="el-icon-plus"></i></template>`,
buttonType: !!wop.type ? `type="${wop.type}` : '',
buttonType: !!wop.type ? `type="${wop.type}"` : '',
buttonPlain: !!wop.plain ? `plain` : '',
buttonRound: !!wop.round ? `round` : '',
buttonCircle: !!wop.circle ? `circle` : '',