bug
This commit is contained in:
		| @@ -208,7 +208,7 @@ | ||||
|                 <template slot="content"> | ||||
|                   <div flex class="half wrap"> | ||||
|                     <el-form-item label="档案状态">{{ | ||||
|                       dict.getLabel("fpType", detail.objectType) | ||||
|                       dict.getLabel("fpPrtpStatus", detail.status) | ||||
|                     }}</el-form-item> | ||||
|                     <el-form-item label="监测对象类型">{{ | ||||
|                       dict.getLabel("fpType", detail.objectType) | ||||
|   | ||||
| @@ -98,7 +98,8 @@ export default { | ||||
|         {label: "年龄", prop: "age", align: "center"}, | ||||
|         {label: "民族", prop: "nation", align: "center", dict: "fpNation"}, | ||||
|         {label: "文化程度", prop: "education", align: "center", dict: "fpEducation"}, | ||||
|         {label: "政治面貌", prop: "politicsStatus", align: "center", dict: "fpPoliticalOutlook"}, | ||||
|         {label: "监测对象类型", prop: "objectType", align: "center", dict:"fpType"}, | ||||
|         {label: "风险因素", prop: "riskType", align: "center", dict:"fpRiskType"}, | ||||
|         {label: "档案状态", prop: "status", dict: "fpPrtpStatus", align: "center"}, | ||||
|         {slot: "options"} | ||||
|       ], | ||||
|   | ||||
		Reference in New Issue
	
	Block a user