This commit is contained in:
xiaozhiyong
2026-06-19 11:18:19 +08:00
parent 871674ba1f
commit da760378f6
2 changed files with 9 additions and 2 deletions

View File

@@ -37,7 +37,12 @@
>分闸</el-button >分闸</el-button
> >
<el-button v-else type="danger" link icon="SortDown" @click="changeStatus(row)">合闸</el-button> <el-button v-else type="danger" link icon="SortDown" @click="changeStatus(row)">合闸</el-button>
<el-button v-if="row.lockStatus == 2" type="primary" link icon="Unlock" @click="unlock(row)" <el-button
v-if="row.lockStatus == 1 || row.lockStatus == 2"
type="primary"
link
icon="Unlock"
@click="unlock(row)"
>解锁</el-button >解锁</el-button
> >
</template> </template>

View File

@@ -601,7 +601,9 @@
background: background:
linear-gradient(135deg, rgba(9, 24, 48, 0.88), rgba(5, 16, 32, 0.76)), linear-gradient(135deg, rgba(9, 24, 48, 0.88), rgba(5, 16, 32, 0.76)),
radial-gradient(circle at 100% 0%, rgba(0, 212, 255, 0.08), transparent 34%); radial-gradient(circle at 100% 0%, rgba(0, 212, 255, 0.08), transparent 34%);
box-shadow: inset 0 0 24px rgba(0, 212, 255, 0.05), 0 14px 34px rgba(0, 0, 0, 0.24); box-shadow:
inset 0 0 24px rgba(0, 212, 255, 0.05),
0 14px 34px rgba(0, 0, 0, 0.24);
} }
.echarts-box .title { .echarts-box .title {