受试者被设为中止状态后,受试者列表中状态没有显示
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
8341a4e819
commit
a0b88298ad
|
@ -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>
|
||||
<!-- 总访视量 -->
|
||||
|
|
Loading…
Reference in New Issue