Commit 7cde7539 authored by 裴文涛's avatar 裴文涛
parents ed9df492 f72abd33
...@@ -81,7 +81,7 @@ ...@@ -81,7 +81,7 @@
</el-form-item> </el-form-item>
</el-form> </el-form>
</div> </div>
<el-row v-show="dialog_content"> <el-row>
<el-col :span="6"> <el-col :span="6">
<div class="left"> <div class="left">
<el-table :data="cnNames_before" class="scroll-table" :row-style="{ height: '16px' }" <el-table :data="cnNames_before" class="scroll-table" :row-style="{ height: '16px' }"
...@@ -286,6 +286,7 @@ const roleId = ref(false) ...@@ -286,6 +286,7 @@ const roleId = ref(false)
function open() { function open() {
show.value = true show.value = true
ElMessage.info("请先选择设备后方可编辑参数")
btnLoading.value=false 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