mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-06-29 21:47:50 +08:00
Compare commits
3 Commits
db3d6d9cac
...
29333468cd
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
29333468cd | ||
|
|
cf5bcb6349 | ||
|
|
42a85fbb07 |
@ -21,6 +21,7 @@
|
|||||||
border
|
border
|
||||||
stripe
|
stripe
|
||||||
max-height="100%"
|
max-height="100%"
|
||||||
|
height="100%"
|
||||||
style="flex: 1"
|
style="flex: 1"
|
||||||
>
|
>
|
||||||
<el-table-column prop="presetId" label="序号" align="center" />
|
<el-table-column prop="presetId" label="序号" align="center" />
|
||||||
|
|||||||
@ -132,7 +132,7 @@
|
|||||||
</el-button>
|
</el-button>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="操作" min-width="240" fixed="right">
|
<el-table-column label="操作" min-width="260" fixed="right">
|
||||||
<template v-slot:default="scope">
|
<template v-slot:default="scope">
|
||||||
<el-button
|
<el-button
|
||||||
type="text"
|
type="text"
|
||||||
|
|||||||
@ -89,7 +89,7 @@
|
|||||||
<div class="infobox-content" v-if="channel">
|
<div class="infobox-content" v-if="channel">
|
||||||
<el-descriptions class="margin-top" :title="channel.gbName" :column="1" :colon="true" size="mini" :labelStyle="labelStyle" >
|
<el-descriptions class="margin-top" :title="channel.gbName" :column="1" :colon="true" size="mini" :labelStyle="labelStyle" >
|
||||||
<el-descriptions-item label="编号" >{{channel.gbDeviceId}}</el-descriptions-item>
|
<el-descriptions-item label="编号" >{{channel.gbDeviceId}}</el-descriptions-item>
|
||||||
<el-descriptions-item label="生产厂商">{{channel.gbManufacture}}</el-descriptions-item>
|
<el-descriptions-item label="生产厂商">{{channel.gbManufacturer}}</el-descriptions-item>
|
||||||
<el-descriptions-item label="安装地址" >{{channel.gbAddress == null?'未知': channel.gbAddress}}</el-descriptions-item>
|
<el-descriptions-item label="安装地址" >{{channel.gbAddress == null?'未知': channel.gbAddress}}</el-descriptions-item>
|
||||||
</el-descriptions>
|
</el-descriptions>
|
||||||
<div style="padding-top: 10px; margin: 0 auto; width: fit-content;">
|
<div style="padding-top: 10px; margin: 0 auto; width: fit-content;">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user