修改台账树
This commit is contained in:
@@ -20,12 +20,13 @@
|
||||
></el-input>
|
||||
</el-form-item>
|
||||
<el-form-item label="排序:" prop="sort" class="top">
|
||||
<el-input maxlength="32" show-word-limit
|
||||
<el-input-number style="width: 100%" :min="0" v-model.number="form.sort" placeholder="请输入排序" />
|
||||
<!-- <el-input maxlength="32" show-word-limit
|
||||
|
||||
|
||||
v-model.number="form.sort"
|
||||
placeholder="请输入排序"
|
||||
></el-input>
|
||||
></el-input> -->
|
||||
</el-form-item>
|
||||
<el-form-item label="描述:" class="top">
|
||||
<el-input maxlength="300" show-word-limit
|
||||
|
||||
Reference in New Issue
Block a user