From cea1710551b01f4f25634ea9443cd98481910812 Mon Sep 17 00:00:00 2001
From: linwei <872216696@qq.com>
Date: Tue, 20 Feb 2024 13:42:44 +0800
Subject: [PATCH] 查看申请和调整申请点击后跳转到404页面
---
src/views/userHouse/lable/list.vue | 4 ++--
src/views/property/propertyCapitalApply.vue | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/property/propertyCapitalApply.vue b/src/views/property/propertyCapitalApply.vue
index 03087bd..f37a247 100644
--- a/src/views/property/propertyCapitalApply.vue
+++ b/src/views/property/propertyCapitalApply.vue
@@ -551,4 +551,4 @@
.avue-upload__icon {
line-height: 6;
}
-</style>
\ No newline at end of file
+</style>
diff --git a/src/views/userHouse/lable/list.vue b/src/views/userHouse/lable/list.vue
index 058f1c1..a8250b2 100644
--- a/src/views/userHouse/lable/list.vue
+++ b/src/views/userHouse/lable/list.vue
@@ -46,7 +46,7 @@
lazy: true,
rowKey: 'id',
- defaultExpandAll: true,
+ // defaultExpandAll: true,
column: [{
label: '名称',
prop: 'name'
@@ -196,4 +196,4 @@
-<style></style>
\ No newline at end of file
+<style></style>
--
Gitblit v1.9.3