rev 信号类型

This commit is contained in:
2023-04-25 11:10:19 +08:00
parent 8c3e1d0a3a
commit 2313d80660
6 changed files with 45 additions and 39 deletions

View File

@@ -118,7 +118,7 @@
<el-table-column type="selection" width="55" />
<el-table-column v-if="false" prop="device_id" label="设备标识" />
<el-table-column sortable prop="device_code" label="设备编码" />
<el-table-column sortable label="设备名字">
<el-table-column sortable label="设备名字" width="200">
<template slot-scope="scope">
<div>{{ scope.row.device_name }}</div>
</template>