mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-07-02 21:18:05 +08:00
update 后管订单页面改造
This commit is contained in:
@@ -136,7 +136,7 @@
|
|||||||
|
|
||||||
<el-table v-loading="loading" :data="orderList" @selection-change="handleSelectionChange">
|
<el-table v-loading="loading" :data="orderList" @selection-change="handleSelectionChange">
|
||||||
<el-table-column type="selection" width="55" align="center"/>
|
<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">
|
<template slot-scope="scope">
|
||||||
<router-link
|
<router-link
|
||||||
:to="'/order/index/orderDetail/'+scope.row.orderCode"
|
:to="'/order/index/orderDetail/'+scope.row.orderCode"
|
||||||
|
|||||||
Reference in New Issue
Block a user