|
|
@@ -86,10 +86,10 @@
|
|
|
<el-col :span="24">
|
|
|
<el-form-item label="技术支持满意度" prop="satisfactionRating">
|
|
|
<el-input-number
|
|
|
- v-model.number="form.feedbackSaleOrder"
|
|
|
+ v-model.number="form.satisfactionRating"
|
|
|
:max="5"
|
|
|
:min="1"
|
|
|
- placeholder="满分为100分,请填写具体分值"
|
|
|
+ placeholder="满分为5分,请填写具体分值"
|
|
|
show-word-limit
|
|
|
:step="1" />
|
|
|
<!-- <el-radio-group v-model="form.satisfactionRating">-->
|