update
This commit is contained in:
parent
fe5da7ff3a
commit
15a6ed7252
@ -115,7 +115,7 @@
|
|||||||
stripe>
|
stripe>
|
||||||
|
|
||||||
<!-- 订单号 -->
|
<!-- 订单号 -->
|
||||||
<el-table-column prop="orderid" label="订单号" width="160" fixed="left">
|
<el-table-column prop="orderid" label="订单号" width="190" fixed="left">
|
||||||
<template #default="scope">
|
<template #default="scope">
|
||||||
<div class="order-id-container">
|
<div class="order-id-container">
|
||||||
<el-tag v-if="scope.row.is_first_order" type="danger" size="small" effect="plain" class="new-order-tag">新</el-tag>
|
<el-tag v-if="scope.row.is_first_order" type="danger" size="small" effect="plain" class="new-order-tag">新</el-tag>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user