|
|
@ -99,7 +99,13 @@
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
|
|
<el-dialog title="绑定接收器" v-model="bangOpen" width="500px" append-to-body>
|
|
|
|
<el-dialog title="绑定接收器" v-model="bangOpen" width="500px" append-to-body>
|
|
|
|
|
|
|
|
<el-form ref="postRef" :label-width=" locale ? '120px':'140px'" :model="form" :rules="rules">
|
|
|
|
|
|
|
|
<el-table v-loading="loading" :data="postList" @selection-change="handleSelectionChange">
|
|
|
|
|
|
|
|
<el-table-column align="center" fixed type="selection" width="10"></el-table-column>
|
|
|
|
|
|
|
|
<el-table-column label="接收器编号" align="center" prop="carLicense" width="150"/>
|
|
|
|
|
|
|
|
<el-table-column align="center" label="设备类型" prop="carQueueId" />
|
|
|
|
|
|
|
|
</el-table>
|
|
|
|
|
|
|
|
</el-form>
|
|
|
|
</el-dialog>
|
|
|
|
</el-dialog>
|
|
|
|
<!-- 添加或修改岗位对话框 -->
|
|
|
|
<!-- 添加或修改岗位对话框 -->
|
|
|
|
<el-dialog v-model="open" :title="title" append-to-body width="500px">
|
|
|
|
<el-dialog v-model="open" :title="title" append-to-body width="500px">
|
|
|
|