业务管理,系统管理

This commit is contained in:
sjl
2025-07-28 16:35:36 +08:00
parent d6e440dedb
commit d53b9df52f
10 changed files with 134 additions and 64 deletions

View File

@@ -54,6 +54,7 @@
</el-button>
</el-form-item>
<el-form-item style="right: 0; position: absolute; overflow: hidden">
<div class="title">
<LocationInformation style="width: 16px; margin-right: 8px; color: #396" />
<span style="font-size: 16px; font-weight: bold; color: #396">当前操作节点</span>
@@ -2353,6 +2354,9 @@ const next = async () => {
// 撤销
const black = () => {
pageStatus.value = 1
busBarIndex.value = '0'
deviceIndex.value = '0';
lineIndex.value = '0';
}
// 确认提交
const onsubmit = () => {