This commit is contained in:
liuye
2022-04-26 13:44:36 +08:00
parent c921eec601
commit 4db2c45c4a
2 changed files with 3 additions and 2 deletions

View File

@@ -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)

View File

@@ -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"}
],