Commit db865cc9cc7d65e80ea2084ea7c242d31d85eb2c

Authored by 648540858
1 parent c4a2854e

#453

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>