This commit is contained in:
齐天大圣 2024-03-30 15:09:09 +08:00
parent 935466ffde
commit 84df26d334

View File

@ -112,7 +112,7 @@
type="text" type="text"
icon="el-icon-delete" icon="el-icon-delete"
@click="handleDelete(scope.row)" @click="handleDelete(scope.row)"
v-if="scope.row.status == 1"
>解绑</el-button> >解绑</el-button>
</template> </template>
</el-table-column> </el-table-column>
@ -265,6 +265,7 @@ export default {
}, },
getoil(id){ getoil(id){
this.oilid = id this.oilid = id
this.filterText=""
}, },
getfilterText(){ getfilterText(){