部分问题修复
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
13c55a3648
commit
650a65da41
|
@ -186,7 +186,14 @@
|
||||||
sortable="custom"
|
sortable="custom"
|
||||||
>
|
>
|
||||||
<template slot-scope="scope">
|
<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>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<!-- 阅片人 -->
|
<!-- 阅片人 -->
|
||||||
|
|
Loading…
Reference in New Issue