mirror of
https://github.com/vform666/variant-form3-vite.git
synced 2024-11-14 07:29:24 +08:00
修复标点遗漏错误。
This commit is contained in:
parent
f7885d5774
commit
3e1ae97b04
@ -177,7 +177,7 @@ function getElAttrs(widget, formConfig) { //获取El组件属性
|
|||||||
pictureUploadIconChild: `<template #default><i class="el-icon-plus"></i></template>`,
|
pictureUploadIconChild: `<template #default><i class="el-icon-plus"></i></template>`,
|
||||||
fileUploadIconChild: `<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` : '',
|
buttonPlain: !!wop.plain ? `plain` : '',
|
||||||
buttonRound: !!wop.round ? `round` : '',
|
buttonRound: !!wop.round ? `round` : '',
|
||||||
buttonCircle: !!wop.circle ? `circle` : '',
|
buttonCircle: !!wop.circle ? `circle` : '',
|
||||||
|
Loading…
Reference in New Issue
Block a user