|
@@ -63,7 +63,7 @@
|
|
|
size="small"
|
|
|
class="delete"
|
|
|
@click="enableOrAble(scope.row,0)"
|
|
|
- v-if="scope.row.planStatus === 1 && scope.row.hospitalId !=-1"
|
|
|
+ v-if="scope.row.planStatus === 1"
|
|
|
:disabled="scope.row.hospitalId ==-1?true:false"
|
|
|
>禁用</el-button>
|
|
|
<el-button type="text" size="small" @click="enableOrAble(scope.row,1)" :disabled="scope.row.hospitalId ==-1?true:false" v-else>启用</el-button>
|