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: '监理单位',