From 873c2d8ff82cdebe4a392d448ccc32d7d4805aa6 Mon Sep 17 00:00:00 2001
From: 13176889840 <13176889840@163.com>
Date: Fri, 6 May 2022 16:18:53 +0800
Subject: [PATCH 1/2] dd
---
src/views/modules/base/collect.vue | 148 ++++++++++++++++++++++-------
1 file changed, 113 insertions(+), 35 deletions(-)
diff --git a/src/views/modules/base/collect.vue b/src/views/modules/base/collect.vue
index 7a394a0c..30fdeb7d 100644
--- a/src/views/modules/base/collect.vue
+++ b/src/views/modules/base/collect.vue
@@ -130,7 +130,7 @@
align="center"
label="单位或学校 " />
-
+
@@ -221,6 +282,7 @@ export default {
endTime: "",
address: ''
},
+ dataForm: {},
communityList: [],
spanIndex: [], // 合并的行
importBtnTitle: "导入",
@@ -330,10 +392,23 @@ export default {
this.handleSearch()
},
- async handleWatch (rowIndex) {
- this.formShow = true;
+ async handleWatch (row) {
+ // this.formShow = true;
await nextTick();
- this.$refs.eleEditForm.initForm("detail", this.tableData[rowIndex]);
+ const url = "/epmetuser/icresicollect/detail";
+
+ const { data, code, msg } = await requestPost(url, {
+ id: row.id,
+ });
+
+ if (code === 0) {
+ console.log('data----de', data)
+ this.dataForm = { ...data, houseType: data.houseType == '1' ? '自有' : '租住' }
+ // this.getTableData();
+ this.formShow = true;
+ } else {
+ this.$message.success("操作失败!");
+ }
},
async handleEdit (rowIndex) {
@@ -466,4 +541,7 @@ export default {
position: relative;
overflow: visible;
}
+.wd50 {
+ min-width: 200px;
+}
From b95db1ce31a3694f575a1e3475d007335f5598dc Mon Sep 17 00:00:00 2001
From: jiangyy
Date: Fri, 6 May 2022 17:05:54 +0800
Subject: [PATCH 2/2] =?UTF-8?q?=E6=98=BE=E7=A4=BA=E6=A1=86=E9=A2=9C?=
=?UTF-8?q?=E8=89=B2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/modules/visual/basicinfo/basicInfoCommunity.vue | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/views/modules/visual/basicinfo/basicInfoCommunity.vue b/src/views/modules/visual/basicinfo/basicInfoCommunity.vue
index 12bcfd1f..959397b4 100644
--- a/src/views/modules/visual/basicinfo/basicInfoCommunity.vue
+++ b/src/views/modules/visual/basicinfo/basicInfoCommunity.vue
@@ -557,7 +557,9 @@ export default {
min-width: 50px !important;
margin-top: 5px !important;
padding: 3px !important;
- background-color: rgb(247, 250, 253);
+ background-color: #06186d;
+ color: #1a64cc;
+ border-color: #1a64cc;
text-align: center;
}