document.querySelector('.el-input__inner').removeAttribute('disabled')
时间: 2024-06-06 14:07:17 浏览: 106
使用jQuery设置disabled属性与移除disabled属性
This JavaScript code removes the "disabled" attribute from the element with class "el-input__inner". This allows the element to be edited or interacted with by the user.
阅读全文