兰宝车间质量管理系统-前端
疯狂的狮子Li
2024-07-09 ba24afce52bcdffdbccf6475544c79c4eefcd14e
src/views/system/user/profile/onlineDevice.vue
@@ -18,8 +18,7 @@
      <el-table-column label="操作" align="center" class-name="small-padding fixed-width">
        <template #default="scope">
          <el-tooltip content="删除" placement="top">
            <el-button link type="primary" icon="Delete" @click="handldDelOnline(scope.row)">
            </el-button>
            <el-button link type="primary" icon="Delete" @click="handldDelOnline(scope.row)"> </el-button>
          </el-tooltip>
        </template>
      </el-table-column>
@@ -55,5 +54,4 @@
    })
    .catch(() => {});
};
</script>