1
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
4eb202e4e7
commit
9102259c75
|
@ -184,17 +184,15 @@
|
||||||
min-width="120"
|
min-width="120"
|
||||||
>
|
>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-button
|
<el-tag
|
||||||
:type="
|
:type="
|
||||||
['warning', 'success', 'danger', 'primary', 'success', 'danger'][
|
['warning', 'success', 'danger', 'primary', 'success', 'danger'][
|
||||||
scope.row.status
|
scope.row.status
|
||||||
]
|
]
|
||||||
"
|
"
|
||||||
size="mini"
|
|
||||||
plain
|
|
||||||
v-if="scope.row.status || scope.row.status === 0"
|
v-if="scope.row.status || scope.row.status === 0"
|
||||||
>{{ $fd("UploadStatus", scope.row.status) }}</el-button
|
>{{ $fd("UploadStatus", scope.row.status) }}
|
||||||
>
|
</el-tag>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<!--已有/成功/失败-->
|
<!--已有/成功/失败-->
|
||||||
|
|
Loading…
Reference in New Issue