Commit db865cc9cc7d65e80ea2084ea7c242d31d85eb2c
1 parent
c4a2854e
#453
Showing
1 changed file
with
1 additions
and
1 deletions
web_src/src/components/channelList.vue
| @@ -93,7 +93,7 @@ | @@ -93,7 +93,7 @@ | ||
| 93 | <el-button size="mini" icon="el-icon-s-open" type="primary" v-if="scope.row.subCount > 0 || scope.row.parental === 1" | 93 | <el-button size="mini" icon="el-icon-s-open" type="primary" v-if="scope.row.subCount > 0 || scope.row.parental === 1" |
| 94 | @click="changeSubchannel(scope.row)">查看 | 94 | @click="changeSubchannel(scope.row)">查看 |
| 95 | </el-button> | 95 | </el-button> |
| 96 | - <el-button size="mini" icon="el-icon-video-camera" type="primary" @click="queryRecords(scope.row)">设备录象 | 96 | + <el-button size="mini" icon="el-icon-video-camera" type="primary" @click="queryRecords(scope.row)">设备录像 |
| 97 | </el-button> | 97 | </el-button> |
| 98 | <!-- <el-button size="mini" @click="sendDevicePush(scope.row)">录像查询</el-button> --> | 98 | <!-- <el-button size="mini" @click="sendDevicePush(scope.row)">录像查询</el-button> --> |
| 99 | </el-button-group> | 99 | </el-button-group> |