完善测试建表并统一前端格式
This commit is contained in:
@@ -456,7 +456,11 @@ watch([() => route.query.focus, order, loading], () => {
|
||||
</div>
|
||||
|
||||
<div class="handoff-workspace">
|
||||
<OrderHandoffTimeline v-if="order" :records="handoffRecords" :listing-code="listingCode" />
|
||||
<OrderHandoffTimeline
|
||||
v-if="order"
|
||||
:records="handoffRecords"
|
||||
:listing-code="listingCode"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<OrderCheckoutSummary
|
||||
@@ -608,7 +612,6 @@ watch([() => route.query.focus, order, loading], () => {
|
||||
</el-button>
|
||||
<p class="sidebar-hint">不同意修正时需填写原因,将进入争议处理</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -625,7 +628,11 @@ watch([() => route.query.focus, order, loading], () => {
|
||||
<el-icon><Service /></el-icon>
|
||||
</span>
|
||||
<p>
|
||||
{{ isCheckoutDisputeStage ? '提交后客服会核查结账金额和双方证据。' : '请尽量写清楚时间点、问题经过和证据,便于客服快速处理。' }}
|
||||
{{
|
||||
isCheckoutDisputeStage
|
||||
? '提交后客服会核查结账金额和双方证据。'
|
||||
: '请尽量写清楚时间点、问题经过和证据,便于客服快速处理。'
|
||||
}}
|
||||
</p>
|
||||
</div>
|
||||
<el-select
|
||||
|
||||
Reference in New Issue
Block a user