This commit is contained in:
helloDy
2023-10-10 17:06:39 +08:00
parent b1c0d21888
commit 69bdab75d4
8 changed files with 67 additions and 17 deletions

View File

@@ -72,9 +72,11 @@
<el-col :span="12">
<el-form-item label="工段排序" prop="sort">
<el-input
<el-input-number
v-model="dataForm.sort"
filterable
min="0"
max="100"
@change="$emit('update', dataForm)"
placeholder="请输入工段排序" />
</el-form-item>