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