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