Commit 16242fa3 authored by xuke's avatar xuke

报警参数弹出框优化

parent b92f544c
......@@ -81,7 +81,7 @@
</el-form-item>
</el-form>
</div>
<el-row v-show="dialog_content">
<el-row>
<el-col :span="6">
<div class="left">
<el-table :data="cnNames_before" class="scroll-table" :row-style="{ height: '16px' }"
......@@ -286,6 +286,7 @@ const roleId = ref(false)
function open() {
show.value = true
ElMessage.info("请先选择设备后方可编辑参数")
btnLoading.value=false
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment