Compare commits

...

3 Commits

Author SHA1 Message Date
阿斌
88e288c1c5
Pre Merge pull request !43 from 阿斌/N/A 2026-06-23 01:19:33 +00:00
lin
b71a057b23 调整国标设备列表样式 2026-06-23 09:19:02 +08:00
阿斌
42a85fbb07
修复生产厂商的gbManufacture少一个r导致设备厂商无法显示
Signed-off-by: 阿斌 <38912748@qq.com>
2025-12-03 10:50:05 +00:00
2 changed files with 3 additions and 3 deletions

View File

@ -110,7 +110,7 @@
/>
</template>
</el-table-column>
<el-table-column label="统计" min-width="160">
<el-table-column label="统计" min-width="140">
<template v-slot:default="scope">
<el-button
type="text"
@ -132,7 +132,7 @@
</el-button>
</template>
</el-table-column>
<el-table-column label="操作" min-width="200" fixed="right">
<el-table-column label="操作" min-width="240" fixed="right">
<template v-slot:default="scope">
<el-button
type="text"

View File

@ -89,7 +89,7 @@
<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-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>
<div style="padding-top: 10px; margin: 0 auto; width: fit-content;">