From 969d3507163720cd59e5c78e3e0a7e0bdb47c366 Mon Sep 17 00:00:00 2001
From: Mr.Zhang <710666463@qq.com>
Date: 星期二, 24 十月 2023 09:09:25 +0800
Subject: [PATCH] 企业端
---
admin/src/components/business/goodsOrderDetail.vue | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/admin/src/components/business/goodsOrderDetail.vue b/admin/src/components/business/goodsOrderDetail.vue
index da7671e..f5c68fc 100644
--- a/admin/src/components/business/goodsOrderDetail.vue
+++ b/admin/src/components/business/goodsOrderDetail.vue
@@ -2,8 +2,8 @@
<GlobalWindow :title="title" :visible.sync="visible" :confirm-working="isWorking">
<div class="title">鏀粯鏄庣粏</div>
<el-table :data="list" stripe border>
- <el-table-column prop="id" label="璁㈠崟缂栧彿" min-width="120px" align="center"></el-table-column>
- <el-table-column prop="onlineorderId" label="浜ゆ槗鍗曞彿" min-width="100px" align="center"></el-table-column>
+ <el-table-column prop="id" label="璁㈠崟缂栧彿" min-width="120px" show-overflow-tooltip align="center"></el-table-column>
+ <el-table-column prop="onlineorderId" label="浜ゆ槗鍗曞彿" min-width="100px" show-overflow-tooltip align="center"></el-table-column>
<el-table-column prop="refundType" label="浜ゆ槗绫诲瀷" min-width="100px" align="center">
<template slot-scope="{row}">
{{ typeToStr(row.refundType) }}
@@ -24,7 +24,7 @@
stripe
border
>
- <el-table-column prop="openid" label="鐢ㄦ埛" min-width="120px" align="center"></el-table-column>
+ <el-table-column prop="openid" label="鐢ㄦ埛" min-width="120px" show-overflow-tooltip align="center"></el-table-column>
<el-table-column prop="bikeCode" label="杞﹁締缂栧彿" min-width="100px" align="center"></el-table-column>
<el-table-column prop="bikeType" label="杞︾被鍨�" min-width="100px" align="center"></el-table-column>
<el-table-column prop="rideTime" label="鍊熷嚭鏃堕暱(鍒�)" min-width="100px" align="center"></el-table-column>
@@ -63,8 +63,9 @@
// 0缁撶畻閫�娆� 1寮哄埗缁撶畻閫�娆� 2缁撶畻鍚庨��娆� [99: 铏氭嫙type 鏀粯鎶奸噾]
type: [
{ label: '缁撶畻閫�娆�', id: 0 },
- { label: '寮哄埗缁撶畻閫�娆�', id: 1 },
- { label: '缁撶畻鍚庨��娆�', id: 2 },
+ { label: '骞冲彴鑷姩缁撶畻閫�娆�', id: 1 },
+ { label: '寮哄埗缁撶畻閫�娆�', id: 2 },
+ { label: '缁撶畻鍚庨��娆�', id: 3 },
{ label: '鏀粯鎶奸噾', id: 99 },
],
}
--
Gitblit v1.9.3