diff --git a/src/views/screening/index.vue b/src/views/screening/index.vue index ef994f1355c86cf54628bede5e489f92b5a1eac3..e18868cd12cd4262b4a76bb63d15cab414df8d13 100644 --- a/src/views/screening/index.vue +++ b/src/views/screening/index.vue @@ -326,9 +326,15 @@ export default { { label: "场景", minWidth: 120, - value: "unionName", + value: "patientFrom", formatter: (row) => { - return row.unionName ? row.unionName : "--" + return row.patientFrom == "1" + ? "社区筛查" + : row.patientFrom == "2" + ? "医院筛查" + : row.patientFrom == "3" + ? "体检筛查" + : "--" }, sortable: "custom", },