修改人群信息

This commit is contained in:
shidongli 2025-01-07 17:31:20 +08:00
parent 9c817fbc61
commit b6e1703f66

View File

@ -149,12 +149,12 @@
</el-table-column>
<el-table-column label="人群类型" align="center" prop="crowdType">
<template slot-scope="scope">
<!-- <template slot-scope="scope">
{{ scope.row.crowdType == "DEFAULT" ? "默认" : "" }}
{{ scope.row.crowdType == "CHRONIC_DISEASE" ? "慢病" : "" }}
{{ scope.row.crowdType == "SPECIAL_POPULATIONS" ? "特殊人群" : "" }}
{{ scope.row.crowdType == "KEY_GROUPS" ? "重点人群" : "" }}
</template>
</template> -->
</el-table-column>
<el-table-column label="特殊人群" align="center" prop="specialType">
<!-- <template slot-scope="scope">