This commit is contained in:
2023-06-13 17:21:00 +08:00
parent 0e68f536d6
commit 69cde791e2
16 changed files with 587 additions and 130 deletions

View File

@ -197,7 +197,13 @@
/>
<!-- 添加或修改参数配置对话框 -->
<el-dialog v-model="open" :title="title" append-to-body width="500px">
<el-dialog
draggable
v-model="open"
:title="title"
append-to-body
width="500px"
>
<el-form ref="configRef" :model="form" :rules="rules" label-width="80px">
<el-form-item label="参数名称" prop="configName">
<el-input v-model="form.configName" placeholder="请输入参数名称" />