rev:自定义表单同步功能

This commit is contained in:
zhangzq
2024-05-13 18:00:12 +08:00
parent e1d67fd23e
commit 86c05ad7a8
25 changed files with 350 additions and 105 deletions

View File

@@ -60,6 +60,10 @@
<el-form-item label="长度" prop="length">
<el-input v-model="form.length" style="width: 370px;" />
</el-form-item>
<el-form-item label="当前值" prop="max_value">
<el-input v-model="form.current_value" style="width: 370px;" />
</el-form-item>
<el-form-item label="最大值" prop="max_value">
<el-input v-model="form.max_value" style="width: 370px;" />
</el-form-item>