|
|
@ -5,7 +5,7 @@ const dictStore = useDictStore(); |
|
|
|
const reformTasksDicts: Array<Object> = dictStore.selectDictArray("reformTasks") |
|
|
|
|
|
|
|
const roomDicts: Array<Object> = 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, |
|
|
@ -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: '信息化工作专班', |
|
|
|