修改
This commit is contained in:
parent
8ec2e4d2bf
commit
dc0522440f
@ -553,7 +553,7 @@
|
|||||||
<el-table-column label="排序" width="200" align="center">
|
<el-table-column label="排序" width="200" align="center">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-input
|
<el-input
|
||||||
v-model="scope.row.sort"
|
v-model="scope.row.labelSort"
|
||||||
placeholder="排序不可输入小数点"
|
placeholder="排序不可输入小数点"
|
||||||
type="number"
|
type="number"
|
||||||
min="0"
|
min="0"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user