| | |
| | | @click="getQBdata(3)" |
| | | >全部 |
| | | </el-button> |
| | | <span> |
| | | <Legend :datas="datalistLIU"></Legend> |
| | | </span> |
| | | </template> |
| | | |
| | | <template slot-scope="{ row }" slot="jtype"> |
| | |
| | | |
| | | import Recorder from "js-audio-recorder"; |
| | | |
| | | import Legend from '../../components/liu-legend/Legend' |
| | | |
| | | export default { |
| | | components:{ |
| | | Legend, |
| | | }, |
| | | data() { |
| | | return { |
| | | //legend-liu数据 |
| | | datalistLIU:[ |
| | | { |
| | | color: 'rgb(233, 39, 25)', |
| | | text: '未处理' |
| | | }, |
| | | { |
| | | color: 'rgb(17, 198, 253)', |
| | | text: '处理中' |
| | | }, |
| | | { |
| | | color: 'black', |
| | | text: '已处理' |
| | | } |
| | | ], |
| | | |
| | | showMap: false, |
| | | hls: "", |
| | | videoSource: "", |