"use strict";(self["webpackChunkabcdf"]=self["webpackChunkabcdf"]||[]).push([[213],{2213:function(t,e,s){s.r(e),s.d(e,{default:function(){return c}});var a=function(){var t=this,e=t._self._c;return e("div",{staticClass:"bg"},[e("div",{staticClass:"normal-margin-bottom"},[e("el-breadcrumb",{attrs:{"separator-class":"el-icon-arrow-right"}},[e("el-breadcrumb-item",{attrs:{to:{path:"/User/UserCenter"}}},[t._v("个人中心")]),e("el-breadcrumb-item",{attrs:{to:{path:"/User/OrderList"}}},[t._v("我的订单")]),e("el-breadcrumb-item",[t._v(" 订单详情")])],1)],1),e("div",{staticClass:"common-card normal-margin-bottom",staticStyle:{padding:"20px 0",display:"flex"}},[e("div",{staticClass:"order-status"},[e("div",{staticClass:"order-no"},[t._v("订单号: 209907091214560078 "),e("el-button",{staticStyle:{color:"#999"},attrs:{type:"text",icon:"el-icon-document-copy"}})],1),t._m(0),e("el-button",{attrs:{type:"primary",size:"medium"}},[t._v("在线付款")]),e("el-button",{staticStyle:{padding:"0"},attrs:{type:"text",size:"small"}},[t._v("打印订单")])],1),e("div",{staticClass:"order-step"},[e("el-steps",{staticStyle:{width:"100%"},attrs:{active:2,"align-center":""}},t._l(t.activities,function(s,a){return e("el-step",{key:a},[e("div",{staticClass:"process-title",attrs:{slot:"title"},slot:"title"},[t._v(t._s(s.status))]),e("div",{attrs:{slot:"icon"},slot:"icon"},[a>=2?e("span",[t._v(t._s(a+1))]):e("i",{staticClass:"el-icon-check",staticStyle:{color:"#fff"}})]),e("div",{staticClass:"process-description",attrs:{slot:"description"},slot:"description"},[t._v(t._s(s.timestamp))])])}),1)],1)]),e("div",{staticClass:"common-card normal-margin-bottom order-info-card",staticStyle:{display:"flex",padding:"20px 0"}},[e("el-descriptions",{attrs:{title:"订单信息",column:1}},[e("el-descriptions-item",{attrs:{label:"订单号"}},[t._v(t._s(t.orderInfo.orderNumber))]),e("el-descriptions-item",{attrs:{label:"订单状态"}},[t._v(t._s(t.orderInfo.status))]),e("el-descriptions-item",{attrs:{label:"下单时间"}},[t._v(t._s(t.orderInfo.orderTime))])],1),e("el-descriptions",{attrs:{title:"配送信息",column:1}},[e("el-descriptions-item",{attrs:{label:"收货人"}},[t._v(t._s(t.deliveryInfo.receiver))]),e("el-descriptions-item",{attrs:{label:"地址"}},[t._v(t._s(t.deliveryInfo.address))]),e("el-descriptions-item",{attrs:{label:"手机号码"}},[t._v(t._s(t.deliveryInfo.phone))]),e("el-descriptions-item",{attrs:{label:"配送方式"}},[t._v(t._s(t.deliveryInfo.deliveryMethod))]),e("el-descriptions-item",{attrs:{label:"期望送达时间"}},[t._v(t._s(t.deliveryInfo.expectedDeliveryTime))])],1),e("el-descriptions",{staticStyle:{border:"none"},attrs:{title:"支付信息",column:1}},[e("el-descriptions-item",{attrs:{label:"支付方式"}},[t._v(t._s(t.paymentInfo.paymentMethod))]),e("el-descriptions-item",{attrs:{label:"支付状态"}},[t._v(t._s(t.paymentInfo.paymentStatus))]),e("el-descriptions-item",{attrs:{label:"支付时间"}},[t._v(t._s(t.paymentInfo.paymentTime))])],1)],1),e("el-table",{staticStyle:{width:"100%"},attrs:{data:t.productList}},[e("el-table-column",{attrs:{prop:"name",label:"商品名称",align:"center"},scopedSlots:t._u([{key:"default",fn:function({row:s}){return[e("div",{staticStyle:{display:"flex","align-items":"center"}},[e("img",{staticClass:"product-image",attrs:{src:s.image,alt:s.name}}),e("div",[t._v(t._s(s.name))])])]}}])}),e("el-table-column",{attrs:{prop:"spec",label:"规格",align:"center"}}),e("el-table-column",{attrs:{prop:"price",label:"单价(元)",align:"center",width:"200"}}),e("el-table-column",{attrs:{prop:"quantity",label:"数量",align:"center",width:"100"}}),e("el-table-column",{attrs:{prop:"subtotal",label:"小计(元)",align:"center",width:"200"},scopedSlots:t._u([{key:"default",fn:function({row:s}){return[e("div",{staticStyle:{color:"#ff1111"}},[t._v("¥"+t._s(s.subtotal))])]}}])})],1),e("div",{staticClass:"common-card normal-margin-bottom total-card"},[e("el-descriptions",{attrs:{column:1}},[e("el-descriptions-item",{attrs:{label:"商品总价"}},[t._v("¥"+t._s(t.totalPrice.productTotal))]),e("el-descriptions-item",{attrs:{label:"运费"}},[t._v("¥"+t._s(t.totalPrice.shippingFee))]),e("el-descriptions-item",{attrs:{label:"实付款"}},[e("span",{staticStyle:{"font-size":"16px","font-weight":"bold",color:"#ff1111"}},[t._v("¥"+t._s(t.totalPrice.actualPayment))])])],1)],1)],1)},i=[function(){var t=this,e=t._self._c;return e("div",{staticClass:"status-title"},[e("i",{staticClass:"el-icon-time",staticStyle:{color:"#ff9800","font-size":"32px"}}),e("span",{staticStyle:{height:"24px","line-height":"24px","padding-left":"5px"}},[t._v("订单状态: 待付款")])])}],l={name:"OrderDetail",data(){return{activities:[{status:"提交订单",timestamp:"2025-08-01 15:30:00"},{status:"支付成功",timestamp:"2025-08-01 15:35:00"},{status:"商家接单",timestamp:"2025-08-01 15:40:00"},{status:"商品出库",timestamp:"2025-08-01 16:00:00"},{status:"配送中",timestamp:"2025-08-01 16:30:00"},{status:"已完成",timestamp:"2025-08-01 17:00:00"}],orderInfo:{orderNumber:"20250801123456",status:"已完成",orderTime:"2025-08-01 15:30:00"},deliveryInfo:{receiver:"张三",address:"北京市海淀区xxx街道xxx小区",phone:"13800138000",deliveryMethod:"快递",expectedDeliveryTime:"2025-08-02"},paymentInfo:{paymentMethod:"支付宝",paymentStatus:"已支付",paymentTime:"2025-08-01 15:35:00"},productList:[{name:"商品1",spec:"规格1",price:100,quantity:1,subtotal:100,image:"https://picsum.photos/200/200?random=1"},{name:"商品2",spec:"规格2",price:200,quantity:2,subtotal:400,image:"https://picsum.photos/200/200?random=1"}],totalPrice:{productTotal:500,shippingFee:0,actualPayment:500}}},computed:{},methods:{}},r=l,o=s(1656),n=(0,o.A)(r,a,i,!1,null,"76ebf0c8",null),c=n.exports}}]); //# sourceMappingURL=213.7d6a2655.js.map