|
|
@@ -242,7 +242,7 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column label="次数限制" width="120">
|
|
|
<template slot-scope="scope">
|
|
|
- <span v-if="type === 'view'">{{ scope.row.frequencyLimitValue }}</span>
|
|
|
+ <span v-if="type === 'view'">{{ taskLimitTimes.filter(item => item.value === scope.row.frequencyLimitValue)[0].label }}</span>
|
|
|
<template v-else>
|
|
|
<div style="margin-bottom: 20px">
|
|
|
<DictSelect v-model="scope.row.frequencyLimitValue" :dictOptions="taskLimitTimes" placeholder="请选择"/>
|