aluckdog
<el-button :disabled="data"></el-button>
<span @click="fun">点击<span>data(){ return { data:false
}
}
methods:{ fun(){ this.data =true
}
}