修改人群信息
This commit is contained in:
parent
9c817fbc61
commit
b6e1703f66
@ -149,12 +149,12 @@
|
|||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
|
||||||
<el-table-column label="人群类型" align="center" prop="crowdType">
|
<el-table-column label="人群类型" align="center" prop="crowdType">
|
||||||
<template slot-scope="scope">
|
<!-- <template slot-scope="scope">
|
||||||
{{ scope.row.crowdType == "DEFAULT" ? "默认" : "" }}
|
{{ scope.row.crowdType == "DEFAULT" ? "默认" : "" }}
|
||||||
{{ scope.row.crowdType == "CHRONIC_DISEASE" ? "慢病" : "" }}
|
{{ scope.row.crowdType == "CHRONIC_DISEASE" ? "慢病" : "" }}
|
||||||
{{ scope.row.crowdType == "SPECIAL_POPULATIONS" ? "特殊人群" : "" }}
|
{{ scope.row.crowdType == "SPECIAL_POPULATIONS" ? "特殊人群" : "" }}
|
||||||
{{ scope.row.crowdType == "KEY_GROUPS" ? "重点人群" : "" }}
|
{{ scope.row.crowdType == "KEY_GROUPS" ? "重点人群" : "" }}
|
||||||
</template>
|
</template> -->
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="特殊人群" align="center" prop="specialType">
|
<el-table-column label="特殊人群" align="center" prop="specialType">
|
||||||
<!-- <template slot-scope="scope">
|
<!-- <template slot-scope="scope">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user