From 8ed492e75db81cdede4e3c5e32e3051b4d6c3f14 Mon Sep 17 00:00:00 2001 From: gjh <1421wake> Date: Mon, 17 Feb 2025 13:38:26 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E8=B4=9F=E8=B4=A3=E4=BA=BA?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AD=97=E6=AE=B5=E8=A1=A5=E5=85=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../component/ApprovalPageModel.vue | 2 +- .../projectInfoHistory.data.ts | 62 +++++++++---------- 2 files changed, 32 insertions(+), 32 deletions(-) diff --git a/src/views/ProcessApprovalSubPage/component/ApprovalPageModel.vue b/src/views/ProcessApprovalSubPage/component/ApprovalPageModel.vue index f0825d9..58b7695 100644 --- a/src/views/ProcessApprovalSubPage/component/ApprovalPageModel.vue +++ b/src/views/ProcessApprovalSubPage/component/ApprovalPageModel.vue @@ -14,7 +14,7 @@ - + = dictStore.selectDictArray("reformTasks") const roomDicts: Array = dictStore.selectDictArray("superLeader") -import { getWorkPlaceTypeDict, getContactorDict, getUserInfoByid ,getUserDictByRoles} from '../initiatesProjects/initiatesProjects.api' +import { getWorkPlaceTypeDict, getContactorDict, getUserInfoByid, getUserDictByRoles } from '../initiatesProjects/initiatesProjects.api' import { useUserStore } from '@/store/modules/user'; const userStore = useUserStore(); import { getDutyWorkplaceList } from '@/views/informationSub/countStatistics/countStatistics.api'; @@ -44,14 +44,14 @@ export const projectInfoHistoryColumns: BasicColumn[] = [ title: '项目编号', width: 150, dataIndex: 'projectid', - ifShow:false, + ifShow: false, }, { title: '项目名称', dataIndex: 'projectName', width: 150, - align:'left', + align: 'left', }, { title: '总修改次数', @@ -74,7 +74,7 @@ export const projectInfoHistoryColumns: BasicColumn[] = [ }, ]; -export const projectInfoHistoryDetailColumns:BasicColumn[] = [ +export const projectInfoHistoryDetailColumns: BasicColumn[] = [ { title: '字段名称', width: 150, @@ -246,7 +246,7 @@ export const historyformSchemas: FormSchema[] = [ field: 'provincialMoney', //组件 支持组件详见 components/Form/src/types/index.ts 中的 ComponentType component: 'Input', - + //一列占比总共24,比如一行显示2列 colProps: { span: 12 }, required: true, @@ -258,7 +258,7 @@ export const historyformSchemas: FormSchema[] = [ field: 'cityMoney', //组件 支持组件详见 components/Form/src/types/index.ts 中的 ComponentType component: 'Input', - + //一列占比总共24,比如一行显示2列 colProps: { span: 12 }, required: true, @@ -270,7 +270,7 @@ export const historyformSchemas: FormSchema[] = [ field: 'countyMoney', //组件 支持组件详见 components/Form/src/types/index.ts 中的 ComponentType component: 'Input', - + //一列占比总共24,比如一行显示2列 colProps: { span: 12 }, required: true, @@ -282,7 +282,7 @@ export const historyformSchemas: FormSchema[] = [ field: 'selfMoney', //组件 支持组件详见 components/Form/src/types/index.ts 中的 ComponentType component: 'Input', - + //一列占比总共24,比如一行显示2列 colProps: { span: 12 }, required: true, @@ -382,28 +382,28 @@ export const historyformSchemas: FormSchema[] = [ colProps: { span: 12 }, dynamicDisabled: true, }, -   { -     //标题名称 -     label: '项目负责人', -     //字段 -     field: 'manager', -     //组件 支持组件详见 components/Form/src/types/index.ts 中的 ComponentType -     component: 'Input', -     required: true, -     //一列占比总共24,比如一行显示2列 -     colProps: { span: 12 }, -   }, -   { -     //标题名称 -     label: '负责人联系电话', -     //字段 -     field: 'managerPhone', -     //组件 支持组件详见 components/Form/src/types/index.ts 中的 ComponentType -     component: 'Input', -     required: true, -     //一列占比总共24,比如一行显示2列 -     colProps: { span: 12 }, -   }, + { + //标题名称 + label: '项目负责人', + //字段 + field: 'manager', + //组件 支持P组件详见 components/Form/src/types/index.ts 中的 ComponentType + component: 'Input', + required: true, + //一列占比总共24,比如一行显示2列 + colProps: { span: 12 }, + }, + { + //标题名称 + label: '负责人联系电话', + //字段 + field: 'managerPhone', + //组件 支持组件详见 components/Form/src/types/index.ts 中的 ComponentType + component: 'Input', + required: true, + //一列占比总共24,比如一行显示2列 + colProps: { span: 12 }, + }, { //标题名称 label: '信息化工作专班', @@ -537,7 +537,7 @@ export const historyformSchemas: FormSchema[] = [ //一列占比总共24,比如一行显示2列 colProps: { span: 12 }, }, - + { //标题名称 label: '监理单位',