一致性核查更改
continuous-integration/drone/push Build is passing Details

uat_us
caiyiling 2025-02-08 15:06:11 +08:00
parent 7e9a9b62f6
commit 19b419c29e
1 changed files with 6 additions and 4 deletions

View File

@ -154,21 +154,23 @@
v-else-if="scope.row.CheckChallengeState === 1"
type="danger"
>
{{
{{ $fd('CheckChallengeState', 1) }}
<!-- {{
userTypeEnumInt === 2
? $fd('CheckChallengeState', 1)
: $fd('CheckChallengeState', 2)
}}
}} -->
</el-tag>
<el-tag
v-else-if="scope.row.CheckChallengeState === 2"
type="danger"
>
{{
{{ $fd('CheckChallengeState', 2) }}
<!-- {{
userTypeEnumInt === 2
? $fd('CheckChallengeState', 2)
: $fd('CheckChallengeState', 1)
}}
}} -->
</el-tag>
<el-tag v-else-if="scope.row.CheckChallengeState === 3">{{
$fd('CheckChallengeState', scope.row.CheckChallengeState)