修改
This commit is contained in:
parent
202ff9fdf9
commit
0539364718
@ -194,7 +194,7 @@
|
|||||||
prop="evaluateSatisfaction"
|
prop="evaluateSatisfaction"
|
||||||
v-if="query.orderStatus == 'EVALUATED'"
|
v-if="query.orderStatus == 'EVALUATED'"
|
||||||
>
|
>
|
||||||
<el-input v-model="query.evaluateSatisfaction" disabled style="width: 250px" />
|
<div class="text">{{query.evaluateSatisfaction}}</div>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-table
|
<el-table
|
||||||
:data="query.appointmentOrderConsumableList"
|
:data="query.appointmentOrderConsumableList"
|
||||||
|
|||||||
@ -235,6 +235,10 @@ export default {
|
|||||||
this.query.evaluateSatisfaction = '满意'
|
this.query.evaluateSatisfaction = '满意'
|
||||||
} else if (res.data.evaluateSatisfaction == 'DISSATISFIED') {
|
} else if (res.data.evaluateSatisfaction == 'DISSATISFIED') {
|
||||||
this.query.evaluateSatisfaction = '不满意'
|
this.query.evaluateSatisfaction = '不满意'
|
||||||
|
} else if (res.data.evaluateSatisfaction == 'VERYSATISFIED') {
|
||||||
|
this.query.evaluateSatisfaction = '非常满意'
|
||||||
|
} else if (res.data.evaluateSatisfaction == 'VERYDISSATISFIED') {
|
||||||
|
this.query.evaluateSatisfaction = '非常不满意'
|
||||||
}
|
}
|
||||||
this.loading = false
|
this.loading = false
|
||||||
this.innerVisible4 = true;
|
this.innerVisible4 = true;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user