This commit is contained in:
曹辉 2022-11-07 16:58:57 +08:00
parent 8ec2e4d2bf
commit dc0522440f

View File

@ -553,7 +553,7 @@
<el-table-column label="排序" width="200" align="center">
<template slot-scope="scope">
<el-input
v-model="scope.row.sort"
v-model="scope.row.labelSort"
placeholder="排序不可输入小数点"
type="number"
min="0"