From b806c4ad52a661a1e5f0695650ec1a7e42f01633 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 20 五月 2026 23:08:48 +0800
Subject: [PATCH] 提交
---
admin/src/components/business/OperaShopInfoWindow.vue | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
diff --git a/admin/src/components/business/OperaShopInfoWindow.vue b/admin/src/components/business/OperaShopInfoWindow.vue
index fe0dc06..dda7fd8 100644
--- a/admin/src/components/business/OperaShopInfoWindow.vue
+++ b/admin/src/components/business/OperaShopInfoWindow.vue
@@ -152,7 +152,7 @@
</el-table-column>
<el-table-column prop="goodsInfo" label="鐗╁搧淇℃伅" min-width="180px" show-overflow-tooltip></el-table-column>
<el-table-column prop="isUrgent" label="绫诲瀷" min-width="80px">
- <template slot-scope="{row}"><span>{{ row.type === 1?'寮傚湴瀛樺彇':'灏卞湴瀛樺彇' }}</span></template>
+ <template slot-scope="{row}"><span>{{ row.type === 1?'鍚屽煄瀵勯��':'灏卞湴瀛樺彇' }}</span></template>
</el-table-column>
<el-table-column prop="isUrgent" label="璁㈠崟绾у埆" min-width="80px">
<template slot-scope="{row}"><span v-if="row.type ===1">{{ row.isUrgent === 1?'鏋侀�熻揪':'鏍囬�熻揪' }}</span></template>
@@ -180,6 +180,9 @@
</el-table-column>
<el-table-column label="閫�娆鹃噾棰濓紙鍏冿級" min-width="120px">
<template slot-scope="{row}">楼{{ (row.refundAmount / 100).toFixed(2) }}</template>
+ </el-table-column>
+ <el-table-column label="瓒呮椂閲戦锛堝厓锛�" min-width="100px">
+ <template slot-scope="{row}">楼{{ (row.overdueAmount / 100).toFixed(2) }}</template>
</el-table-column>
<el-table-column prop="createTime" label="鍒涘缓鏃堕棿" min-width="150px"> </el-table-column>
<!-- <el-table-column label="鍔犳�ヨ垂锛堝厓锛�" min-width="120px">
@@ -364,9 +367,12 @@
storeInfo: {},
visible: false,
searchForm: {
+ code: '',
orderNo: '',
goodsInfo: '',
createTime1: '',
+ createStartTime: '',
+ createEndTime: '',
startTime: '',
endTime: '',
orderStatus: '',
@@ -388,6 +394,12 @@
this.searchForm.createEndTime = val ? val[1] : ''
this.search()
},
+ reset () {
+ this.$refs.searchForm.resetFields()
+ this.searchForm.createStartTime = ''
+ this.searchForm.createEndTime = ''
+ this.search()
+ },
open (title, row) {
this.searchForm.memberId = row.id
this.getStoreInfo(row.id).then(() => {
--
Gitblit v1.9.3