Compare commits

...

3 Commits

Author SHA1 Message Date
阿斌
29333468cd
Pre Merge pull request !43 from 阿斌/N/A 2026-06-24 01:58:22 +00:00
lin
cf5bcb6349 修复预置位列表展示和设备列表表格操作列宽度 2026-06-24 09:58:04 +08:00
阿斌
42a85fbb07
修复生产厂商的gbManufacture少一个r导致设备厂商无法显示
Signed-off-by: 阿斌 <38912748@qq.com>
2025-12-03 10:50:05 +00:00
3 changed files with 3 additions and 2 deletions

View File

@ -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" />

View File

@ -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"

View File

@ -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;">