fix:工序添加显示排序

This commit is contained in:
shijing 2024-08-12 11:33:35 +08:00
parent 6efa08ea9f
commit 45c223609c
2 changed files with 10 additions and 0 deletions

View File

@ -71,6 +71,8 @@
</el-icon>
</template>
</el-table-column>
<el-table-column label="排序" prop="sort" min-width="60">
</el-table-column>
<el-table-column
label="操作"
fixed="right"

View File

@ -59,6 +59,14 @@
></el-switch>
</el-form-item>
</el-col>
<el-col :span="12">
<el-form-item label="排序">
<el-input-number
v-model="form.sort"
:min="0"
></el-input-number>
</el-form-item>
</el-col>
</el-row>
</el-form>
</el-main>