update 后管订单页面改造

This commit is contained in:
2023-03-14 10:40:28 +08:00
parent 249c507bac
commit 216f504a29

View File

@@ -136,7 +136,7 @@
<el-table v-loading="loading" :data="orderList" @selection-change="handleSelectionChange">
<el-table-column type="selection" width="55" align="center"/>
<el-table-column label="订单编号" align="center" prop="orderCode" width="180px">
<el-table-column label="订单编号" align="center" prop="orderCode" width="150px">
<template slot-scope="scope">
<router-link
:to="'/order/index/orderDetail/'+scope.row.orderCode"