|  | @@ -35,10 +35,10 @@ export const reasonList = [
 | 
	
		
			
				|  |  |    { name: "乡村历史文化保护项目", code: 3 },
 | 
	
		
			
				|  |  |  ]
 | 
	
		
			
				|  |  |  export const TableHeader = [
 | 
	
		
			
				|  |  | -  { label: "项目名称", prop: "xmmc" },
 | 
	
		
			
				|  |  | -  { label: "主管部门", prop: "zgbm", width: '80px' },// slot: "mj"
 | 
	
		
			
				|  |  | -  { label: "建设规模", prop: "gm", },
 | 
	
		
			
				|  |  | -  { label: "操作", slot: "action" },
 | 
	
		
			
				|  |  | +  { label: "项目名称", prop: "xmmc", align: 'center' },
 | 
	
		
			
				|  |  | +  // { label: "主管部门", prop: "zgbm", width: '80px' },// slot: "mj"
 | 
	
		
			
				|  |  | +  { label: "建设规模", prop: "gm", width: '80px', align: 'center' },
 | 
	
		
			
				|  |  | +  { label: "操作", slot: "action", width: '80px', align: 'center' },
 | 
	
		
			
				|  |  |  ]
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  export const xzForm = [
 | 
	
	
		
			
				|  | @@ -59,10 +59,10 @@ export const xzForm = [
 | 
	
		
			
				|  |  |    ]
 | 
	
		
			
				|  |  |  ]
 | 
	
		
			
				|  |  |  export const xzTableHeader = [
 | 
	
		
			
				|  |  | -  { label: "地块编号", prop: "xzgdlydlbm" },
 | 
	
		
			
				|  |  | -  { label: "面积(亩)", prop: "xzgdmj", slot: "mj" },
 | 
	
		
			
				|  |  | -  { label: "等别", prop: "xzgddb", },
 | 
	
		
			
				|  |  | -  { label: "操作", slot: "action", width: '80px', },
 | 
	
		
			
				|  |  | +  { label: "地块编号", prop: "xzgdlydlbm", align: 'center', align: 'center' },
 | 
	
		
			
				|  |  | +  { label: "面积(亩)", prop: "xzgdmj", slot: "mj", align: 'center' },
 | 
	
		
			
				|  |  | +  { label: "等别", prop: "xzgddb", align: 'center' },
 | 
	
		
			
				|  |  | +  { label: "操作", slot: "action", width: '80px', align: 'center' },
 | 
	
		
			
				|  |  |  ]
 | 
	
		
			
				|  |  |  export const detailInfosold = [
 | 
	
		
			
				|  |  |    [[
 | 
	
	
		
			
				|  | @@ -121,6 +121,7 @@ export const detailInfosold = [
 | 
	
		
			
				|  |  |  // 整治项目详情
 | 
	
		
			
				|  |  |  export const detailInfos = [
 | 
	
		
			
				|  |  |    { name: '项目名称', value: 'xmmc' },
 | 
	
		
			
				|  |  | +  { name: '项目类型', value: 'xmlx' },
 | 
	
		
			
				|  |  |    { name: '主管部门', value: 'zgbm' },
 | 
	
		
			
				|  |  |    { name: '申请立项部门', value: 'sqlxbm' },
 | 
	
		
			
				|  |  |    { name: '批复部门', value: 'pfbm' },
 |