|
|
|
@ -98,7 +98,7 @@
|
|
|
|
|
@pagination="getList"
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
<el-dialog v-model="bangOpen" append-to-body title="绑定接收器" width="500px" @close="()=>{bindValue='';bindInput=''}">
|
|
|
|
|
<el-dialog v-model="bangOpen" append-to-body title="绑定接收器" width="1000px" @close="()=>{bindValue='';bindInput=''}">
|
|
|
|
|
<el-input v-model="bindInput" style="width:200px"/>
|
|
|
|
|
<el-button type="primary" @click="bindSearch">搜索</el-button>
|
|
|
|
|
<el-table ref="bindRef" v-loading="loading" :data="bindList">
|
|
|
|
|