添加登录、注册、重置密码、谷歌验证码处理中
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
<h2 class="title">已售出订单</h2>
|
||||
<el-tabs v-model="active" @tab-click="handleTabClick">
|
||||
<el-tab-pane label="订单进行中" name="7">
|
||||
<order-list :items="orders[7]" :show-checkout="false" empty-text="暂无进行中的订单" />
|
||||
<order-list :items="orders[7]" :show-checkout="false" :is-seller="true" empty-text="暂无进行中的订单" />
|
||||
</el-tab-pane>
|
||||
<el-tab-pane label="订单已完成" name="8">
|
||||
<order-list :items="orders[8]" :show-checkout="false" empty-text="暂无已完成的订单" />
|
||||
<order-list :items="orders[8]" :show-checkout="false" :is-seller="true" empty-text="暂无已完成的订单" />
|
||||
</el-tab-pane>
|
||||
</el-tabs>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user