@@ -131,6 +131,7 @@
:key="item.id"
:value="item.id"
:label="item.title"
+ :disabled="item.disabled"
>
</el-option>
</el-select>
@@ -143,6 +143,7 @@