fix: 删除多余内容
This commit is contained in:
parent
2d6bba2224
commit
e197aa41fe
@ -103,7 +103,6 @@ export default defineComponent({
|
|||||||
return (
|
return (
|
||||||
<BaseChoice
|
<BaseChoice
|
||||||
uiTarget={innerType}
|
uiTarget={innerType}
|
||||||
layout={this.layout}
|
|
||||||
name={this.field}
|
name={this.field}
|
||||||
innerType={this.innerType}
|
innerType={this.innerType}
|
||||||
value={this.value}
|
value={this.value}
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
import basicConfig from '@materials/questions/common/config/basicConfig'
|
import basicConfig from '@materials/questions/common/config/basicConfig'
|
||||||
import * as optionConfig from '@materials/questions/common/config/optionsConfig';
|
|
||||||
|
|
||||||
const meta = {
|
const meta = {
|
||||||
title: '投票',
|
title: '投票',
|
||||||
@ -94,7 +93,6 @@ const meta = {
|
|||||||
type: 'Customed',
|
type: 'Customed',
|
||||||
key: 'optionConfig',
|
key: 'optionConfig',
|
||||||
content: [
|
content: [
|
||||||
optionConfig.layout,
|
|
||||||
{
|
{
|
||||||
label: '设置为多选题',
|
label: '设置为多选题',
|
||||||
type: 'CheckBox',
|
type: 'CheckBox',
|
||||||
|
Loading…
Reference in New Issue
Block a user