|
|
@@ -84,7 +84,7 @@
|
|
|
<el-table-column :label="t('操作')" align="center" fixed="right">
|
|
|
<template #default="{ row }">
|
|
|
<el-button type="primary" link @click="handleEdit(row, 'detail')">
|
|
|
- <Icon icon="mdi:edit" width="20" height="20" />
|
|
|
+ <Icon icon="mdi:note-edit-outline" width="20" height="20" />
|
|
|
</el-button>
|
|
|
<el-button type="primary" link @click="handleScanDevices(row)">
|
|
|
<Icon icon="mdi:radar" width="20" height="20" />
|
|
|
@@ -256,7 +256,7 @@
|
|
|
<el-table-column :label="t('设备控制')" min-width="100" align="center" fixed="right">
|
|
|
<template #default="{ row }">
|
|
|
<el-button type="primary" link @click="handleEditCamera(row)">
|
|
|
- <Icon icon="mdi:edit" width="20" height="20" />
|
|
|
+ <Icon icon="mdi:note-edit-outline" width="20" height="20" />
|
|
|
</el-button>
|
|
|
<el-button type="danger" link @click="handleDeleteCamera(row)">
|
|
|
<Icon icon="mdi:delete" width="20" height="20" />
|