我想附加"}"(花括号)来模拟用户给出的property_name。
key: 'property_name',
type: 'input',
templateOptions: {
type:'text',
label: 'property name',
required : true
},
例如:如果用户输入" star"那么" star}"会去后端。