| | |
| | | carId: '赣E12354', |
| | | dtType: '大众', |
| | | person: "李会军", |
| | | state: "在线", |
| | | state: "离线", |
| | | }, { |
| | | name: '2号电台', |
| | | lng: 116.029917, |
| | |
| | | carId: '赣E12354', |
| | | dtType: '大众', |
| | | person: "李会军", |
| | | state: "在线", |
| | | state: "离线", |
| | | }, { |
| | | name: '3号电台', |
| | | lng: 116.031044, |
| | |
| | | carId: '赣E12354', |
| | | dtType: '大众', |
| | | person: "李会军", |
| | | state: "在线", |
| | | state: "离线", |
| | | }, { |
| | | name: '5号电台', |
| | | lng: 116.150081, |
| | |
| | | carId: '赣E12354', |
| | | dtType: '大众', |
| | | person: "李会军", |
| | | state: "在线", |
| | | state: "离线", |
| | | }, { |
| | | name: '8号电台', |
| | | lng: 116.210143, |
| | |
| | | carId: '赣E12354', |
| | | dtType: '大众', |
| | | person: "李会军", |
| | | state: "在线", |
| | | state: "离线", |
| | | }, { |
| | | name: '10号电台', |
| | | lng: 116.121559, |
| | |
| | | carId: '赣E12354', |
| | | dtType: '大众', |
| | | person: "李会军", |
| | | state: "在线", |
| | | state: "离线", |
| | | }, { |
| | | name: '12号电台', |
| | | lng: 116.043007, |
| | |
| | | carId: '赣E12354', |
| | | dtType: '大众', |
| | | person: "李会军", |
| | | state: "在线", |
| | | state: "离线", |
| | | }, { |
| | | name: '14号电台', |
| | | lng: 116.009437, |
| | |
| | | carId: '赣E12354', |
| | | dtType: '大众', |
| | | person: "李会军", |
| | | state: "在线", |
| | | state: "离线", |
| | | }, { |
| | | name: '15号电台', |
| | | lng: 116.067097, |
| | |
| | | </el-table-column> |
| | | <el-table-column prop="name" label="名称" width="120"></el-table-column> |
| | | <el-table-column prop="carType" label="类型" width="60"></el-table-column> |
| | | <el-table-column prop="state" label="状态" width="80"></el-table-column> |
| | | <el-table-column prop="state" label="状态" width="80"> |
| | | <template slot-scope="scope"> |
| | | <div class="state-box" :class="{online:scope.row.state == '使用中'}"></div> |
| | | </template> |
| | | </el-table-column> |
| | | |
| | | <el-table-column label="操作" align="center"> |
| | | <template slot-scope="scope"> |
| | |
| | | </el-table-column> |
| | | <el-table-column prop="name" label="名称" width="120"></el-table-column> |
| | | <el-table-column prop="phoneType" label="类型" width="80"></el-table-column> |
| | | <el-table-column prop="state" label="状态" width="70"></el-table-column> |
| | | <el-table-column prop="state" label="状态" width="70"> |
| | | <template slot-scope="scope"> |
| | | <div class="state-box" :class="{online:scope.row.state == '在线'}"></div> |
| | | </template> |
| | | </el-table-column> |
| | | |
| | | <el-table-column label="操作" align="center"> |
| | | <template slot-scope="scope"> |
| | |
| | | </el-table-column> |
| | | <el-table-column prop="name" label="名称" width="120"></el-table-column> |
| | | <el-table-column prop="dtType" label="类型" width="60"></el-table-column> |
| | | <el-table-column prop="state" label="状态" width="80"></el-table-column> |
| | | <el-table-column prop="state" label="状态" width="80"> |
| | | <template slot-scope="scope"> |
| | | <div class="state-box" :class="{online:scope.row.state == '在线'}"></div> |
| | | </template> |
| | | </el-table-column> |
| | | |
| | | <el-table-column label="操作" align="center"> |
| | | <template slot-scope="scope"> |
| | |
| | | </el-table-column> |
| | | <el-table-column prop="name" label="名称" width="120"></el-table-column> |
| | | <el-table-column prop="phoneType" label="类型" width="80"></el-table-column> |
| | | <el-table-column prop="state" label="状态" width="70"></el-table-column> |
| | | <el-table-column label="状态" width="70"> |
| | | <template slot-scope="scope"> |
| | | <div class="state-box" :class="{online:scope.row.state == '在线'}"></div> |
| | | </template> |
| | | </el-table-column> |
| | | |
| | | <el-table-column label="操作" align="center"> |
| | | <template slot-scope="scope"> |
| | |
| | | align-items: center; |
| | | justify-content: center; |
| | | } |
| | | .state-box { |
| | | width: 20px; |
| | | height: 20px; |
| | | line-height: 20px; |
| | | text-align: center; |
| | | margin: 0 auto; |
| | | border-radius: 50%; |
| | | background-color: #adadad; |
| | | } |
| | | .online { |
| | | background-color: #4ccc7d; |
| | | } |
| | | } |
| | | } |
| | | |