From f6f2a97c49e8ce0609cf73c435e9e5c840c6383f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=AF=E5=B0=8F=E7=8E=8B=E5=91=80=5C24601?= <819653817@qq.com> Date: Thu, 18 Apr 2024 11:13:07 +0800 Subject: [PATCH 01/35] =?UTF-8?q?=E6=96=87=E6=9C=AC=E4=BF=AE=E6=94=B9-?= =?UTF-8?q?=E9=A6=96=E9=A1=B5-=E5=B1=85=E6=B0=91=E5=88=86=E7=B1=BB?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=83=85=E5=86=B5=E6=9B=B4=E5=90=8D=E4=B8=BA?= =?UTF-8?q?=E5=B1=85=E6=B0=91=E4=BF=A1=E6=81=AF=E6=9B=B4=E6=96=B0=E6=83=85?= =?UTF-8?q?=E5=86=B5=E5=92=8C=20=E5=BE=AE=E7=BD=91=E6=A0=BC=E6=B2=BB?= =?UTF-8?q?=E7=90=86=E6=9B=B4=E5=90=8D=E4=B8=BA=E2=80=9C=E7=BD=91=E6=A0=BC?= =?UTF-8?q?=E6=9E=B6=E6=9E=84=E2=80=9D=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dataBoard/organizational/index.vue | 2 +- src/views/modules/home/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/dataBoard/organizational/index.vue b/src/views/dataBoard/organizational/index.vue index dca35edff..06bde6571 100644 --- a/src/views/dataBoard/organizational/index.vue +++ b/src/views/dataBoard/organizational/index.vue @@ -42,7 +42,7 @@ export default { path: "/organizational/jwTree", }, { - name: "微网格治理", + name: "网格架构", key: "3", path: "/organizational/gridTree", }, diff --git a/src/views/modules/home/index.vue b/src/views/modules/home/index.vue index 66f42ddb6..b7f71809f 100644 --- a/src/views/modules/home/index.vue +++ b/src/views/modules/home/index.vue @@ -151,7 +151,7 @@
-
居民分类更新情况 居民信息更新情况 更新设置
From 121250c36fcbe0aa7b441c3d163bb56176f8c400 Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Thu, 18 Apr 2024 13:57:09 +0800 Subject: [PATCH 02/35] =?UTF-8?q?bug#1141=E8=80=81=E5=B9=B4=E4=BA=BA?= =?UTF-8?q?=E6=90=9C=E7=B4=A2=E9=A1=B9=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/components/resiSearch.vue | 76 +++++++++++++++++++++++------ src/views/modules/base/resi.vue | 3 +- 2 files changed, 62 insertions(+), 17 deletions(-) diff --git a/src/views/components/resiSearch.vue b/src/views/components/resiSearch.vue index 8b8e970b8..5a3cc6f04 100644 --- a/src/views/components/resiSearch.vue +++ b/src/views/components/resiSearch.vue @@ -19,12 +19,15 @@ - - - + Date: Thu, 18 Apr 2024 16:45:37 +0800 Subject: [PATCH 03/35] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E7=9C=8B=E6=9D=BF?= =?UTF-8?q?=E6=9E=B6=E6=9E=84=E8=83=8C=E6=99=AF=E9=A2=9C=E8=89=B2=E4=BF=AE?= =?UTF-8?q?=E6=94=B9,=E6=99=BA=E8=83=BD=E5=AF=BC=E5=85=A5=E4=B8=8B?= =?UTF-8?q?=E8=BD=BD=E5=A4=B1=E8=B4=A5=E6=96=87=E4=BB=B6=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/GridTree/nodeWrap.vue | 2 +- .../base/smartImport/cpts/completeTask.vue | 52 ++++++++++++++++--- 2 files changed, 45 insertions(+), 9 deletions(-) diff --git a/src/components/GridTree/nodeWrap.vue b/src/components/GridTree/nodeWrap.vue index 731d2592e..0ef7fe6a9 100644 --- a/src/components/GridTree/nodeWrap.vue +++ b/src/components/GridTree/nodeWrap.vue @@ -35,7 +35,7 @@
-
+
{{ item.organizationName }}
diff --git a/src/views/modules/base/smartImport/cpts/completeTask.vue b/src/views/modules/base/smartImport/cpts/completeTask.vue index 6c50e0a90..494d87d82 100644 --- a/src/views/modules/base/smartImport/cpts/completeTask.vue +++ b/src/views/modules/base/smartImport/cpts/completeTask.vue @@ -42,12 +42,11 @@ >查看 - 下载导入失败数据下载导入失败数据 @@ -92,6 +91,7 @@ From 26d6d9b5ae1256e91e9693287bfbc923a8d0e80c Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Fri, 19 Apr 2024 17:12:36 +0800 Subject: [PATCH 09/35] =?UTF-8?q?=E5=AF=86=E7=A0=81=E9=AA=8C=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/base/resi.vue | 39 ++++++++++++++------- src/views/modules/portrayal/jumin/index.vue | 13 ++----- 2 files changed, 29 insertions(+), 23 deletions(-) diff --git a/src/views/modules/base/resi.vue b/src/views/modules/base/resi.vue index 763a14985..2130fb430 100644 --- a/src/views/modules/base/resi.vue +++ b/src/views/modules/base/resi.vue @@ -968,16 +968,36 @@ export default { } ); }, - handelCLickShowCheckPassword(row) { - this.editUserId = row.resiId; - this.showCheckPassword = true; + async handelCLickShowCheckPassword(row) { + const url = `/actual/base/residentCategoryUpdateInfo/isUpdater/${row.resiId}`; + const { data, code, msg } = await requestPost(url); + if(code==0){ + if(data==true){ + this.editUserId = row.resiId; + this.saveCheckPassword() + } + else{ + this.editUserId = row.resiId; + this.showCheckPassword = true; + } + } + else{ + this.$message.error(msg); + } }, handelClickCheckPassword() { - this.$refs.checkPasswordFrom.validate(async (vali) => { + this.$refs.checkPasswordFrom.validate((vali) => { if (vali) { - const url = `/actual/base/residentBaseInfo/getResiUserInfo/${this.editUserId}`; + this.saveCheckPassword(this.checkPasswordFrom.password); + } else { + return false; + } + }); + }, + async saveCheckPassword(password){ + const url = `/actual/base/residentBaseInfo/getResiUserInfo/${this.editUserId}`; let parm = { - password: this.checkPasswordFrom.password, + password, }; const { data, code, msg } = await requestPost(url, parm); if (code === 0) { @@ -991,12 +1011,7 @@ export default { } else { this.$message.error(msg); } - } else { - return false; - } - }); }, - handleAdd() { this.$router.push({ name: "add-resi" }); }, @@ -1177,7 +1192,7 @@ export default { watch: { $route: { handler: function (newVal, oldVal) { - if (newVal.name == "base-resi") { + if (newVal.name == "base-resi" && oldVal.name!='edit-resi') { this.$nextTick(() => { this.$refs.myResiSearch.form.attentionCrowds = []; this.$refs.myResiSearch.form.healthStatus = []; diff --git a/src/views/modules/portrayal/jumin/index.vue b/src/views/modules/portrayal/jumin/index.vue index 03da1e86c..d373b1a77 100644 --- a/src/views/modules/portrayal/jumin/index.vue +++ b/src/views/modules/portrayal/jumin/index.vue @@ -21,7 +21,6 @@
@@ -1273,18 +1272,11 @@ export default { // const { data, code, msg } = await requestPost(url, parm); // }, async handelClickJumpEdit() { - console.log(this) const url = `/actual/base/residentCategoryUpdateInfo/isUpdater/${this.resiId}`; const { data, code, msg } = await requestPost(url); - console.log(this.form.password) - console.log(data, code, msg) if(code==0){ - - if(data==false){ - this.$router.push({ - name: "edit-resi", - - }); + if(data==true){ + this.handleSaveTuomin() } else{ this.checkType = "edit"; @@ -1294,7 +1286,6 @@ export default { else{ this.$message.error(msg); } - }, async getDictName(url, params, value, itemType, opction) { try { From 3e90793af87543666cf3d827af86e5f150dc3bc4 Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Fri, 19 Apr 2024 17:36:48 +0800 Subject: [PATCH 10/35] =?UTF-8?q?=E5=B1=85=E6=B0=91=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E4=B8=8D=E5=8A=A0=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/base/resi.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/base/resi.vue b/src/views/modules/base/resi.vue index 98a30aa60..55e81ea73 100644 --- a/src/views/modules/base/resi.vue +++ b/src/views/modules/base/resi.vue @@ -445,7 +445,7 @@ export default { // this.handleSearchFrom(); }, activated() { - // this.handleSearchFrom(); + this.handleSearchFrom(); }, methods: { mouseOverNode(event) { From de18ed868671be5e79f51a166dc77b9af6bbc7a8 Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Mon, 22 Apr 2024 09:47:23 +0800 Subject: [PATCH 11/35] =?UTF-8?q?=E5=B1=85=E6=B0=91=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/components/editResi.vue | 90 ++++++++++++++++++- .../components/resiExpand/editExpand.vue | 18 ++-- 2 files changed, 91 insertions(+), 17 deletions(-) diff --git a/src/views/components/editResi.vue b/src/views/components/editResi.vue index 10e4975e9..f856bf897 100644 --- a/src/views/components/editResi.vue +++ b/src/views/components/editResi.vue @@ -828,6 +828,10 @@ + + +
@@ -852,11 +856,14 @@ import { } from "@/js/columns/constants"; import stafftag from "../modules/portrayal/jumin/cpts/staffTag.vue"; import resiExpand from "./resiExpand/editExpand.vue"; +import addExpand from "./resiExpand/index.vue"; + export default { data() { return { loading: false, - + dialogTitle:null, + dialogVisible:false, houseType: true, formList: [], orgOptions: [], @@ -1648,7 +1655,7 @@ export default { key === "partyFlag") ) { const formId = key === "partyFlag" ? "parymemberInfoDto" : key; - this.showDialog({ index: key, value: formId }, true); + this.loadExpand({ index: key, value: formId }, true); for (let i in this.footerInputList) { const incidenceFormId = this.incidence[formId].formId; if (this.footerInputList[i].id === incidenceFormId) { @@ -2086,7 +2093,7 @@ export default { } }, - showDialog({ index, value }, event) { + loadExpand({ index, value }, event,) { // 设置 partyFlag if (value === 1 || value === 0 || value === 2) { this.form.baseInfoDto.categoryInfo.partyFlag = value; @@ -2157,7 +2164,82 @@ export default { } } }, + showDialog({ index, value }, event) { + if (value == 1) { + value = 'parymemberInfoDto' + this.form.baseInfoDto.categoryInfo.partyFlag = 1; + } else if (value == 0) { + this.form.baseInfoDto.categoryInfo.partyFlag = 0; + } else if (value == 2) { + this.form.baseInfoDto.categoryInfo.partyFlag = 2; + } + if (index != 3 && index) { + this.form.baseInfoDto.categoryInfo[value] = event ? 1 : 0; + } else if (index == 3) { + if (event) { + this.form.baseInfoDto.categoryInfo.specialCrowdFlag = 1; + if (value == 'unitedFrontFlag' || value == 'petitionOfficerFlag') { + this.form.baseInfoDto.categoryInfo[value] = 1 + } + this.form.specialDto.specialCategoryCodes.push(value); + } else { + this.form.specialDto.specialCategoryCodes = this.form.specialDto.specialCategoryCodes.filter(item => item != value); + if (value == 'unitedFrontFlag' || value == 'petitionOfficerFlag') { + this.form.baseInfoDto.categoryInfo[value] = 0 + } + } + } + const map = { + 'parymemberInfoDto': { formId: 'parymemberInfoDto', formType: 'parymemberInfoDto', title: '党员信息' }, + 'disabilityFlag': { formId: 'healthDto', formType: 'healthDto', title: '残疾信息' }, + 'seriousIllnessFlag': { formId: 'seriousIllnessDto', formType: 'seriousIllnessDto', title: '大病信息' }, + 'chronicDiseaseFlag': { formId: 'chronicDiseaseDto', formType: 'chronicDiseaseDto', title: '慢病信息' }, + 'deathFlag': { formId: 'deathDto', formType: 'deathDto', title: '死亡' }, + 'oldPeopleFlag': { formId: 'oldPeopleDto', formType: 'oldPeopleDto', title: '老年人信息' }, + 'subsistenceAllowanceFlag': { formId: 'subsistenceAllowanceDto', formType: 'subsistenceAllowanceDto', title: '低保人员信息' }, + 'veteranFlag': { formId: 'veteranDto', formType: 'veteranDto', title: '退役军人信息' }, + 'ensureHouseFlag': { formId: 'ensureHouseDto', formType: 'ensureHouseDto', title: '保障性住房信息' }, + 'specialSupportFlag': { formId: 'specialSupportDto', formType: 'specialSupportDto', title: '特扶人员' }, + 'unitedFrontFlag': { formId: 'unitedFrontDto', formType: 'unitedFrontDto', title: '统战人员' }, + 'volunteerFlag': { formId: 'volunteerDto', formType: 'volunteerDto', title: '志愿者' }, + }; + + if (map[value] && event == true) { + this.dialogTitle = map[value].title; + this.dialogVisible = (event == true || value == "parymemberInfoDto") && this.dialogTitle != ""; + this.$nextTick(() => { + this.$refs["addExpand"].formList = [ + this.footerInputList.find((item) => item.id === map[value].formId), + ]; + this.$refs["addExpand"].formType = map[value].formType; + this.$refs["addExpand"].showForm(); + }); + }else{ + this.$refs["resiExpand"].formList = this.$refs[ + "resiExpand" + ].formList.filter( + (item) => item.formId !== this.incidence[value].formId + ); + + this.footerInputList.forEach((item) => { + if (item.id === this.incidence[value].formId) { + item.children.forEach((child) => { + child.value = child.itemType === "checkbox" ? [] : null; + }); + } + }); + delete this.form[this.incidence[value].formType]; + } + }, + submitExpandAdd(form, formType) { + this.form[formType] = form[formType]; + this.dialogVisible = false; + }, + hideExpand(formType) { + delete this.form[formType]; + this.dialogVisible = false; + }, // 提交扩展信息 submitExpand(_form, { changId, changPid, changType }) { if (changType == "checkbox") { @@ -2185,7 +2267,7 @@ export default { } }, }, - components: { stafftag, resiExpand }, + components: { stafftag, resiExpand ,addExpand}, computed: {}, watch: {}, }; diff --git a/src/views/components/resiExpand/editExpand.vue b/src/views/components/resiExpand/editExpand.vue index 97128f50b..644911953 100644 --- a/src/views/components/resiExpand/editExpand.vue +++ b/src/views/components/resiExpand/editExpand.vue @@ -70,6 +70,7 @@ + From 0a3c97135097507483d2531ea73114d6168a786e Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Wed, 24 Apr 2024 19:09:36 +0800 Subject: [PATCH 23/35] =?UTF-8?q?=E5=B9=B4=E9=BE=84=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dataBoard/overview/components/ResourceInfo.vue | 2 +- src/views/dataBoard/overview/components/ResourceScheduling.vue | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/views/dataBoard/overview/components/ResourceInfo.vue b/src/views/dataBoard/overview/components/ResourceInfo.vue index 6e6ee2949..9949e8dab 100644 --- a/src/views/dataBoard/overview/components/ResourceInfo.vue +++ b/src/views/dataBoard/overview/components/ResourceInfo.vue @@ -120,7 +120,7 @@
年龄:
-
{{ rowData.age||'--' }}
+
{{ rowData.longitude||'--' }}
- +
From a88d4872d4c7d035ef389a7b6d7eb2d732dd6d75 Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Thu, 25 Apr 2024 14:59:49 +0800 Subject: [PATCH 27/35] =?UTF-8?q?=E4=BA=8B=E4=BB=B6=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E6=9B=B4=E6=8D=A2,=E5=AE=BD=E5=BA=A6=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dataBoard/cpts/details/jmxq.vue | 2 +- src/views/dataBoard/cpts/details/smyd.vue | 2 +- src/views/dataBoard/cpts/details/xqwmz.vue | 2 +- src/views/dataBoard/cpts/event-details.vue | 9 ++++++--- .../cpts/personnel/modules/businessTables/complaint.vue | 2 +- .../modules/businessTables/reporting-events.vue | 3 ++- 6 files changed, 12 insertions(+), 8 deletions(-) diff --git a/src/views/dataBoard/cpts/details/jmxq.vue b/src/views/dataBoard/cpts/details/jmxq.vue index f6b2cac28..ff0217dc1 100644 --- a/src/views/dataBoard/cpts/details/jmxq.vue +++ b/src/views/dataBoard/cpts/details/jmxq.vue @@ -190,7 +190,7 @@ export default { } .eventWrap { - width: 1094px; + // width: 1094px; height: 798px; overflow-y: auto; overflow-x: hidden; diff --git a/src/views/dataBoard/cpts/details/smyd.vue b/src/views/dataBoard/cpts/details/smyd.vue index e2cf0d45c..de16f799f 100644 --- a/src/views/dataBoard/cpts/details/smyd.vue +++ b/src/views/dataBoard/cpts/details/smyd.vue @@ -207,7 +207,7 @@ export default { } .eventWrap { - width: 1094px; + // width: 1094px; max-height: 798px; overflow-y: auto; overflow-x: hidden; diff --git a/src/views/dataBoard/cpts/details/xqwmz.vue b/src/views/dataBoard/cpts/details/xqwmz.vue index 1a8fd95ff..c69a4bc89 100644 --- a/src/views/dataBoard/cpts/details/xqwmz.vue +++ b/src/views/dataBoard/cpts/details/xqwmz.vue @@ -291,7 +291,7 @@ export default { } .eventWrap { - width: 1094px; + // width: 1094px; max-height: 798px; overflow-y: auto; overflow-x: hidden; diff --git a/src/views/dataBoard/cpts/event-details.vue b/src/views/dataBoard/cpts/event-details.vue index 5f3fe4567..dbccfe7bc 100644 --- a/src/views/dataBoard/cpts/event-details.vue +++ b/src/views/dataBoard/cpts/event-details.vue @@ -221,6 +221,10 @@ export default { type: Boolean, default: false, }, + formType: { + type: String, + default: false, + }, }, data() { @@ -267,7 +271,7 @@ export default { getDetailsData(id) { this.loading = true; this.$http - .post("/governance/icEvent/detail", {icEventId: id}) + .post(`/governance/${this.formType == '12345'?'icEvent':'icEventOld'}/detail`, {icEventId: id}) .then((res) => { const {code, data, msg} = res.data; if (code === 0) { @@ -279,10 +283,9 @@ export default { } }); }, - getProcessData(id) { this.$http - .post("/governance/icEvent/process", {icEventId: id}) + .post(`/governance/${this.formType == '12345'?'icEvent':'icEventOld'}/process`, {icEventId: id}) .then((res) => { const {code, data, msg} = res.data; if (code === 0) { diff --git a/src/views/dataBoard/cpts/personnel/modules/businessTables/complaint.vue b/src/views/dataBoard/cpts/personnel/modules/businessTables/complaint.vue index f5c8f03b4..2f615e02e 100644 --- a/src/views/dataBoard/cpts/personnel/modules/businessTables/complaint.vue +++ b/src/views/dataBoard/cpts/personnel/modules/businessTables/complaint.vue @@ -17,7 +17,7 @@
暂无数据
- + - + @@ -45,6 +45,7 @@ export default { total: 0, rowId: null, showDialog: false, + }; }, created() {}, From 05a66500853ec7f095adc2b192243931d6526111 Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Thu, 25 Apr 2024 15:13:21 +0800 Subject: [PATCH 28/35] no message --- src/views/dataBoard/cpts/details/yxwxfw.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/dataBoard/cpts/details/yxwxfw.vue b/src/views/dataBoard/cpts/details/yxwxfw.vue index 44d2cf741..c56b5c4e5 100644 --- a/src/views/dataBoard/cpts/details/yxwxfw.vue +++ b/src/views/dataBoard/cpts/details/yxwxfw.vue @@ -30,7 +30,7 @@
所属组织: - {{ formData.principalName }} + {{ formData.agencyName || '--'}}
服务类型: From 922538099e59b84d808ae90c28a83b20b9ba9261 Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Thu, 25 Apr 2024 15:25:29 +0800 Subject: [PATCH 29/35] =?UTF-8?q?=E5=B1=85=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dataBoard/organizational/jwTree/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/dataBoard/organizational/jwTree/index.vue b/src/views/dataBoard/organizational/jwTree/index.vue index 763f97ba0..c1f4f15e2 100644 --- a/src/views/dataBoard/organizational/jwTree/index.vue +++ b/src/views/dataBoard/organizational/jwTree/index.vue @@ -280,7 +280,7 @@ export default { .flowLevel-5 { top: 775px; height: 180px !important; - line-height: 130px; + line-height: 180px; div { padding-left: 80px; From 10450b62ff87de8b0f7cb0c79f735dae42f2093b Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Thu, 25 Apr 2024 16:24:22 +0800 Subject: [PATCH 30/35] =?UTF-8?q?=E7=A4=BE=E5=8C=BA=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E7=BB=84=E7=BB=87=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dataBoard/cpts/details/yxwxfw.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/dataBoard/cpts/details/yxwxfw.vue b/src/views/dataBoard/cpts/details/yxwxfw.vue index c56b5c4e5..d7654baae 100644 --- a/src/views/dataBoard/cpts/details/yxwxfw.vue +++ b/src/views/dataBoard/cpts/details/yxwxfw.vue @@ -30,7 +30,8 @@
所属组织: - {{ formData.agencyName || '--'}} + {{ formData.gridIdList[0].objectName }} + --
服务类型: From bbf5a286486bab0879814207f4b138224f6a3f74 Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Thu, 25 Apr 2024 22:10:53 +0800 Subject: [PATCH 31/35] =?UTF-8?q?=E7=BB=84=E7=BB=87=E6=A0=91=E6=87=92?= =?UTF-8?q?=E5=8A=A0=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/JwTree/nodeWrap.vue | 69 ++- src/views/dataBoard/organizational/index.vue | 413 +----------------- .../dataBoard/organizational/jwTree/index.vue | 23 +- 3 files changed, 71 insertions(+), 434 deletions(-) diff --git a/src/components/JwTree/nodeWrap.vue b/src/components/JwTree/nodeWrap.vue index 1fd567fc1..6522b5fd8 100644 --- a/src/components/JwTree/nodeWrap.vue +++ b/src/components/JwTree/nodeWrap.vue @@ -18,28 +18,29 @@
- +
-
- +
+
- +
-
- +
+
-
-
- {{ spliceNameFun(item.organizationName, 3) }} +
+
+ + {{ item.organizationName }}
-
- +
+
@@ -61,6 +62,7 @@