mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-07 19:40:07 +08:00
update
This commit is contained in:
@@ -66,7 +66,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="id"/>-->
|
||||
<el-table-column label="订单编号" align="center" prop="orderCode" width="280px">
|
||||
<el-table-column label="订单编号" align="center" prop="orderCode" width="180px">
|
||||
<template slot-scope="scope">
|
||||
<router-link
|
||||
:to="'/order/index/orderDetail/'+scope.row.orderCode"
|
||||
|
||||
Reference in New Issue
Block a user