随手拍改造完成
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
</ai-wrapper>
|
||||
</template>
|
||||
</ai-card>
|
||||
<ai-evaluation :bid="form.id" :info.sync="evaluation"/>
|
||||
<ai-evaluation :bid="detail.id" :info.sync="evaluation"/>
|
||||
</div>
|
||||
<div class="rightZone">
|
||||
<ai-card title="办理进度">
|
||||
@@ -200,11 +200,11 @@ export default {
|
||||
|
||||
computed: {
|
||||
...mapState(['user']),
|
||||
process: v => [v.processList, v.evaluation.id ? {
|
||||
process: v => [v.evaluation.id ? {
|
||||
systemExplain: `${v.evaluation.createUserName}完成评价 (${v.evaluation.score}星评价)`,
|
||||
doTime: v.evaluation.createTime,
|
||||
doExplain: v.evaluation.rateText
|
||||
} : null].flat().filter(Boolean)
|
||||
} : null, v.processList].flat().filter(Boolean)
|
||||
},
|
||||
|
||||
created() {
|
||||
|
||||
Reference in New Issue
Block a user