mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-03 17:40:13 +08:00
update 后管订单页面改造
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user