From fd5d2a9c3e30c4bb1997d0dc1444cc3769353a60 Mon Sep 17 00:00:00 2001 From: "1378012178@qq.com" <1378012178@qq.com> Date: Mon, 30 Jun 2025 10:05:20 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=9C=BA=E6=9E=84=E5=8A=A0?= =?UTF-8?q?=E7=9B=9F/=E4=BF=A1=E6=81=AF=E5=8F=98=E6=9B=B4=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../biz/orgapplyinfo/OrgApplyInfo.data.ts | 34 ++-- .../biz/orgapplyinfo/OrgApplyInfoList.vue | 41 ++--- .../components/OrgApplyInfoForm.vue | 146 ++++++++---------- .../biz/orgmodifyinfo/OrgModifyInfo.data.ts | 34 ++-- .../biz/orgmodifyinfo/OrgModifyInfoList.vue | 40 ++--- .../components/OrgHistoryForm.vue | 12 +- .../components/OrgModifyInfoForm.vue | 2 +- 7 files changed, 137 insertions(+), 172 deletions(-) diff --git a/src/views/biz/orgapplyinfo/OrgApplyInfo.data.ts b/src/views/biz/orgapplyinfo/OrgApplyInfo.data.ts index 860baae..3113376 100644 --- a/src/views/biz/orgapplyinfo/OrgApplyInfo.data.ts +++ b/src/views/biz/orgapplyinfo/OrgApplyInfo.data.ts @@ -6,29 +6,14 @@ import { getWeekMonthQuarterYear } from '/@/utils'; //列表数据 export const columns: BasicColumn[] = [ { - title: '姓名', + title: '企业名称', align: 'center', - dataIndex: 'name', + dataIndex: 'comName', }, { - title: '性别', + title: '机构负责人', align: 'center', - dataIndex: 'sex', - }, - { - title: '联系电话', - align: 'center', - dataIndex: 'tel', - }, - { - title: '申请日期', - align: 'center', - dataIndex: 'createTime', - }, - { - title: '机构地址', - align: 'center', - dataIndex: 'orgAddress', + dataIndex: 'orgLeader', }, { title: '机构负责人电话', @@ -36,17 +21,22 @@ export const columns: BasicColumn[] = [ dataIndex: 'orgLeaderPhone', }, { - title: '机构房屋性质', + title: '申请日期', + align: 'center', + dataIndex: 'createTime', + }, + { + title: '房屋性质', align: 'center', dataIndex: 'orgPropertyType', }, { - title: '机构建筑面积', + title: '面积', align: 'center', dataIndex: 'orgBuildingArea', }, { - title: '审批状态', + title: '审批意见', align: 'center', dataIndex: 'status_dictText', }, diff --git a/src/views/biz/orgapplyinfo/OrgApplyInfoList.vue b/src/views/biz/orgapplyinfo/OrgApplyInfoList.vue index 5a69226..9545137 100644 --- a/src/views/biz/orgapplyinfo/OrgApplyInfoList.vue +++ b/src/views/biz/orgapplyinfo/OrgApplyInfoList.vue @@ -6,28 +6,32 @@ :wrapper-col="wrapperCol"> - - - + + + - - - + + + + + + + + + - - - - - - - - + + + 待审核 + 审核通过 + 审核驳回 + @@ -211,11 +215,7 @@ function searchReset() { reload(); } - - - - -let rangeField = 'orgBuildingArea,' +let rangeField = 'createTime,' /** * 设置范围查询条件 @@ -238,6 +238,7 @@ async function setRangeQuery() { } return queryParamClone; } +