受试者被设为中止状态后,受试者列表中状态没有显示
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-07-07 14:29:36 +08:00
parent 8341a4e819
commit a0b88298ad
1 changed files with 1 additions and 0 deletions

View File

@ -119,6 +119,7 @@
<template slot-scope="scope">
<el-tag v-if="scope.row.Status === 1" type="primary">{{ $fd('Subject_Visit_Status', scope.row.Status) }}</el-tag>
<el-tag v-if="scope.row.Status === 2" type="danger">{{ $fd('Subject_Visit_Status', scope.row.Status) }}</el-tag>
<el-tag v-if="scope.row.Status === 3" type="danger">{{ $fd('Subject_Visit_Status', scope.row.Status) }}</el-tag>
</template>
</el-table-column>
<!-- 总访视量 -->