fix: 🐛 修复curd-single详情页的自定义组件disabled属性设置
修复curd-single详情页的自定义组件disabled属性设置
This commit is contained in:
@@ -61,7 +61,12 @@
|
||||
@submit-click="handleSubmitClick"
|
||||
>
|
||||
<template #gender="scope">
|
||||
<DictSelect v-model="scope.formData[scope.prop]" code="gender" v-bind="scope.attrs" />
|
||||
<DictSelect
|
||||
v-model="scope.formData[scope.prop]"
|
||||
code="gender"
|
||||
v-bind="scope.attrs"
|
||||
:disabled="editModalConfig.form?.disabled"
|
||||
/>
|
||||
</template>
|
||||
</page-modal>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user