|
@@ -194,7 +194,7 @@
|
|
<el-tooltip
|
|
<el-tooltip
|
|
:content="getAllDeviceNames(row.deviceIds)"
|
|
:content="getAllDeviceNames(row.deviceIds)"
|
|
placement="top"
|
|
placement="top"
|
|
- :disabled="row.deviceIds && row.deviceIds.length <= 2"
|
|
|
|
|
|
+ :disabled="row.deviceIds && row.deviceIds.length <= 1"
|
|
>
|
|
>
|
|
<span v-if="!row.editing" class="device-names">
|
|
<span v-if="!row.editing" class="device-names">
|
|
{{ getDeviceNames(row.deviceIds) }}
|
|
{{ getDeviceNames(row.deviceIds) }}
|