| | |
| | | }} |
| | | </el-tag> |
| | | </template> |
| | | <template slot-scope="{ type, size, row }" slot="menu"> |
| | | <el-button |
| | | icon="el-icon-video-camera-solid" |
| | | :size="size" |
| | | :type="type" |
| | | @click.stop="handleStart(row)" |
| | | >视频 |
| | | </el-button> |
| | | <el-button |
| | | icon="el-icon-location-outline" |
| | | :size="size" |
| | | :type="type" |
| | | @click.stop="handleMap(row)" |
| | | >定位 |
| | | </el-button> |
| | | </template> |
| | | |
| | | <template slot-scope="{ row }" slot="dxzt"> |
| | | <el-tag>{{ |
| | |
| | | calcHeight: 80, |
| | | labelWidth: '100', |
| | | dialogWidth: 950, |
| | | menuWidth: 160, |
| | | menuWidth: 250, |
| | | size: "mini", |
| | | tip: false, |
| | | searchShow: true, |
| | |
| | | column: [ |
| | | { |
| | | label: "设备名称", |
| | | width: 130, |
| | | width: 200, |
| | | prop: "deviceName", |
| | | searchPlaceholder: "设备名称/编号", |
| | | search: true, |
| | |
| | | { |
| | | label: "权属", |
| | | prop: "ownership", |
| | | width: 150 |
| | | }, { |
| | | label: "街道", |
| | | prop: "street", |
| | | width: 150 |
| | | width: 200 |
| | | }, { |
| | | label: "安装时间", |
| | | prop: "stime", |