From f12d07568ab25d8a0cfad0a0389c7fe6f56db959 Mon Sep 17 00:00:00 2001
From: lcc <805383944@qq.com>
Date: Sun, 7 Sep 2025 14:57:55 +0800
Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E5=A2=9E=E8=BF=90=E8=90=A5=E5=90=8E?=
=?UTF-8?q?=E5=8F=B0=E4=BA=A7=E5=93=81=E5=88=97=E8=A1=A8=E6=A0=B7=E5=BC=8F?=
=?UTF-8?q?&&=E5=A2=9E=E5=8A=A0=E8=A1=A5=E8=B4=B4=E5=AE=A1=E6=A0=B8?=
=?UTF-8?q?=E8=B4=AD=E8=BD=A6=E5=90=88=E5=90=8C?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
admin/src/views/car/product/index.vue | 13 +++++++++----
.../src/views/receiver/subsidy/components/edit.vue | 10 ++++++++++
2 files changed, 19 insertions(+), 4 deletions(-)
diff --git a/admin/src/views/car/product/index.vue b/admin/src/views/car/product/index.vue
index 0e55555..455f17c 100644
--- a/admin/src/views/car/product/index.vue
+++ b/admin/src/views/car/product/index.vue
@@ -356,14 +356,16 @@
label: '推广范围',
showOverflowTooltip: true,
minWidth: 80,
- slot: 'cityName'
+ slot: 'cityName',
+ align: 'center'
},
{
prop: 'timeLaunch',
label: '上架时间',
sortable: 'custom',
showOverflowTooltip: true,
- minWidth: 100
+ minWidth: 100,
+ align: 'center'
},
{
prop: 'status',
@@ -457,7 +459,10 @@
},
/* 刷新表格 */
reload() {
- this.$refs.table.reload({ page: 1, where: this.where });
+ this.$refs.table.reload({
+ page: this.$refs.table.page,
+ where: this.where
+ });
},
/* 删除 */
remove(row) {
@@ -504,7 +509,7 @@
.then((msg) => {
loading.close();
this.$message.success(msg);
- this.reload();
+ // this.reload();
})
.catch((e) => {
loading.close();
diff --git a/admin/src/views/receiver/subsidy/components/edit.vue b/admin/src/views/receiver/subsidy/components/edit.vue
index 512e100..a82b65b 100644
--- a/admin/src/views/receiver/subsidy/components/edit.vue
+++ b/admin/src/views/receiver/subsidy/components/edit.vue
@@ -28,6 +28,15 @@
{{ form.reason }}
+
+
+
+