优化
This commit is contained in:
parent
02d2d09a39
commit
868c81da54
@ -124,17 +124,16 @@
|
|||||||
label-width="80px">
|
label-width="80px">
|
||||||
<el-form-item label="当前进度:"
|
<el-form-item label="当前进度:"
|
||||||
prop="weight">
|
prop="weight">
|
||||||
<el-slider
|
<!-- <el-slider
|
||||||
v-model="form.processRate"
|
v-model="form.processRate"
|
||||||
:step="10">
|
:step="10">
|
||||||
</el-slider>
|
</el-slider> -->
|
||||||
|
<el-input size="small"
|
||||||
<!-- <el-input size="small"
|
|
||||||
@blur="$handleBlur('form.processRate')"
|
@blur="$handleBlur('form.processRate')"
|
||||||
@input.native="$handleInputInt('form.processRate')"
|
@input.native="$handleInputInt('form.processRate')"
|
||||||
v-model="form.processRate">
|
v-model="form.processRate">
|
||||||
<template slot="append">%</template>
|
<template slot="append">%</template>
|
||||||
</el-input> -->
|
</el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item label="进度说明:"
|
<el-form-item label="进度说明:"
|
||||||
prop="remake">
|
prop="remake">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user