This commit is contained in:
BabyBoy 2025-07-16 16:49:24 +08:00
parent 85b69fa7b4
commit 31362486e5

View File

@ -22,7 +22,7 @@
<el-card shadow="hover">
<template #header>
<el-row :gutter="10">
<el-col :span="1.5"> <el-button icon="Refresh" @click="showRefuteDialog = true">新增</el-button> </el-col>
<el-col :span="1.5"> <el-button type="primary" plain icon="Plus" @click="showRefuteDialog = true">新增</el-button> </el-col>
</el-row>
</template>
<el-table :data="devices" border style="width: 100%; height: 100%; font-size: 14px">