yb преди 6 дни
родител
ревизия
e1e495bbc7
променени са 2 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 1 1
      src/views/live-stream/index.vue
  2. 2 2
      src/views/lss/index.vue

+ 1 - 1
src/views/live-stream/index.vue

@@ -93,7 +93,7 @@
               <Icon icon="mdi:play" width="20" height="20" />
             </el-button>
             <el-button type="primary" link @click="handleEdit(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="handleDelete(row)">
               <Icon icon="mdi:delete" width="20" height="20" />

+ 2 - 2
src/views/lss/index.vue

@@ -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" />