rev 信号类型
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user