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 }}
+
+
+
+