Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
10c9f26589
@ -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(){
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user