|
@@ -18,7 +18,7 @@
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column label="设备名称" prop="name" show-overflow-tooltip v-col="'name'" />
|
|
<el-table-column label="设备名称" prop="name" show-overflow-tooltip v-col="'name'" />
|
|
- <el-table-column label="产品名称" prop="productName" show-overflow-tooltip v-col="'productName'" />
|
|
|
|
|
|
+ <el-table-column label="产品名称" prop="product.name" show-overflow-tooltip v-col="'productName'" />
|
|
|
|
|
|
<el-table-column prop="status" label="状态" width="100" align="center" v-col="'status'">
|
|
<el-table-column prop="status" label="状态" width="100" align="center" v-col="'status'">
|
|
<template #default="scope">
|
|
<template #default="scope">
|