更新
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user