This commit is contained in:
@@ -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>
|
||||
<!-- 总访视量 -->
|
||||
|
||||
Reference in New Issue
Block a user