【代码优化】IoT: 数据桥梁配置编辑优化

This commit is contained in:
puhui999
2025-03-09 20:04:18 +08:00
parent fd0b7be89f
commit 065cb816d2
6 changed files with 66 additions and 15 deletions

View File

@ -116,7 +116,6 @@
<dict-tag :type="DICT_TYPE.IOT_DATA_BRIDGE_TYPE_ENUM" :value="scope.row.type" />
</template>
</el-table-column>
<el-table-column align="center" label="桥梁配置" prop="config" />
<el-table-column
:formatter="dateFormatter"
align="center"
@ -124,7 +123,7 @@
prop="createTime"
width="180px"
/>
<el-table-column align="center" label="操作" min-width="120px">
<el-table-column align="center" fixed="right" label="操作" width="120px">
<template #default="scope">
<el-button
v-hasPermi="['iot:data-bridge:update']"