修复标点错误。

master
vdpAdmin 2022-02-11 17:27:47 +08:00
parent dee5d3a5d0
commit f26d0acb17
2 changed files with 2 additions and 2 deletions

View File

@ -532,7 +532,7 @@ export default {
* 返回radio/checkbox/select/cascader的选项数据 * 返回radio/checkbox/select/cascader的选项数据
* @returns 选择项数组 * @returns 选择项数组
*/ */
getOptions() { getOptions() {
return this.field.options.optionItems return this.field.options.optionItems
}, },

View File

@ -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` : '',