|
|
@ -28,7 +28,7 @@ |
|
|
|
v-model:sort="tableObject.sort" |
|
|
|
> |
|
|
|
<template #deviceNumber="{row}"> |
|
|
|
<el-button type="primary" link @click="openDetail(row, '代码', row.deviceNumber)"> |
|
|
|
<el-button type="primary" link @click="openDetail(row, '设备编号', row.deviceNumber)"> |
|
|
|
<span>{{ row.deviceNumber }}</span> |
|
|
|
</el-button> |
|
|
|
</template> |
|
|
|