96cbb552 by lihua

fix

1 parent 0d4606a5
......@@ -1135,7 +1135,7 @@ const panelChange = (scope, row) => {
<p class="label_tips">{{ setLabelTips(formInline[child.field], child) }}</p>
</template>
</div>
<el-radio-group :class="[item.col, { is_block: item.block }]" v-else-if="item.type == 'radio-group-input'"
<el-radio-group :class="[item.col, { is_block: item.block }]" v-else-if="item.type == 'radio-group'"
v-model="formInline[item.field]" @change="(val) => radioGroupChange(val, item)">
<el-radio v-for="(radio, index) in item.options" :label="radio.value">
<template #default>
......
......@@ -1387,7 +1387,7 @@ const productRegisterInfoItems = ref([{
},
{
label: "是否向社会开放",
type: "radio-group-input",
type: "radio-group",
placeholder: "",
field: "isSocialOpenness",
col: 'other-group-flex',
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!