[update] 修改外来标准,定时任务不显示状态
This commit is contained in:
@@ -95,8 +95,8 @@
|
||||
|
||||
<!-- 状态渲染模板 -->
|
||||
<template slot="customRenderStatus" slot-scope="status">
|
||||
<a-tag v-if="status==='0'" color="green">已启动</a-tag>
|
||||
<a-tag v-if="status==='-1'" color="orange">已暂停</a-tag>
|
||||
<a-tag v-if="status + '' ==='0'" color="green">已启动</a-tag>
|
||||
<a-tag v-if="status + '' ==='-1'" color="orange">已暂停</a-tag>
|
||||
</template>
|
||||
</a-table>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user