|
@click="enableOrAble(scope.row,0)"
|
|
@click="enableOrAble(scope.row,0)"
|
|
<el-button type="text" size="small" @click="enableOrAble(scope.row,1)" :disabled="scope.row.hospitalId ==-1?true:false" v-else>启用</el-button>
|
|
<el-button type="text" size="small" @click="enableOrAble(scope.row,1)" :disabled="scope.row.hospitalId ==-1?true:false" v-else>启用</el-button>
|