|
@@ -189,7 +189,7 @@
|
|
|
filter: (value, record) => record.auto_run == value
|
|
filter: (value, record) => record.auto_run == value
|
|
|
}">
|
|
}">
|
|
|
<template #cell="{ record }">
|
|
<template #cell="{ record }">
|
|
|
- <a-tag color="green" v-if="record.auto_run">{{ record.target_count === 0 ? '开启-不限' :
|
|
|
|
|
|
|
+ <a-tag color="green" v-if="record.auto_run">{{ record.target_count === 0 ? '开启-∞次' :
|
|
|
`开启-${record.target_count}次` }}</a-tag>
|
|
`开启-${record.target_count}次` }}</a-tag>
|
|
|
<a-tag color="red" v-else>关闭</a-tag>
|
|
<a-tag color="red" v-else>关闭</a-tag>
|
|
|
</template>
|
|
</template>
|