部分问题修复
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2024-05-09 09:03:56 +08:00
parent 13c55a3648
commit 650a65da41
1 changed files with 8 additions and 1 deletions

View File

@ -186,7 +186,14 @@
sortable="custom"
>
<template slot-scope="scope">
<span>{{ $fd("TaskState", scope.row.TaskState) }}</span>
<el-tag
:type="
['primary', 'info', '', 'danger', 'warning', 'danger'][
scope.row.TaskState
]
"
>{{ $fd("TaskState", scope.row.TaskState) }}</el-tag
>
</template>
</el-table-column>
<!-- 阅片人 -->