Browse Source

Merge branch 'dev-caiji' into test

shibei_master
13176889840 3 years ago
parent
commit
57f33a07e3
  1. 2
      src/views/modules/base/collect.vue

2
src/views/modules/base/collect.vue

@ -83,7 +83,7 @@
<template slot-scope="scope"> <template slot-scope="scope">
<span v-if="scope.row.ymjz == 1">全程接种</span> <span v-if="scope.row.ymjz == 1">全程接种</span>
<span v-if="scope.row.ymjz == 2">未全程接种</span> <span v-if="scope.row.ymjz == 2">未全程接种</span>
<span v-if="scope.row.ymjz == 3">未接种</span> <span v-if="scope.row.ymjz == 0">未接种</span>
</template> </template>
</el-table-column> </el-table-column>
<!-- <el-table-column prop="organizationCreatedTime" align="center" label="创建时间"> --> <!-- <el-table-column prop="organizationCreatedTime" align="center" label="创建时间"> -->

Loading…
Cancel
Save