|
@@ -53,15 +53,9 @@
|
|
|
<!-- <a-button type="link" @click="viewHandler(record.tenantId, record.tenantName)"
|
|
|
>设备树</a-button
|
|
|
> -->
|
|
|
- <a-button type="link" :disabled="record.sort !== 1" @click="viewDevicelHandler(record)"
|
|
|
- >查看设备</a-button
|
|
|
- >
|
|
|
- <a-button type="link" :disabled="record.sort !== 1" @click="editlHandler(record)"
|
|
|
- >编辑小区</a-button
|
|
|
- >
|
|
|
- <a-button type="link" :disabled="record.sort !== 1" @click="adminlHandler(record)"
|
|
|
- >小区管理员</a-button
|
|
|
- >
|
|
|
+ <a-button type="link" @click="viewDevicelHandler(record)">查看设备</a-button>
|
|
|
+ <a-button type="link" @click="editlHandler(record)">编辑小区</a-button>
|
|
|
+ <a-button type="link" @click="adminlHandler(record)">小区管理员</a-button>
|
|
|
</template>
|
|
|
</template>
|
|
|
</a-table>
|