|
@@ -504,7 +504,11 @@ onMounted(() => {
|
|
|
</PanelsConfigComponentsTypeComponent>
|
|
|
<!-- 数据录入 -->
|
|
|
<PanelsConfigComponentsTypeComponent
|
|
|
- v-if="checkTypeBySelected(['radio', 'checkbox', 'cascader'], 'dataEntry') || (target.options.renderType === 1 && target.type === 'select')"
|
|
|
+ v-if="
|
|
|
+ checkTypeBySelected(['radio', 'checkbox'], 'dataEntry') ||
|
|
|
+ (target.options.renderType === 1 && target.type === 'select') ||
|
|
|
+ (target.type === 'cascader' && target.options.renderType === 1)
|
|
|
+ "
|
|
|
:label="t('er.public.Data')"
|
|
|
:layout-type="0"
|
|
|
>
|