|
|
@ -83,10 +83,7 @@ |
|
|
|
<el-table-column label="序号" fixed="left" type="index" align="center" width="80" /> |
|
|
|
<el-table-column prop="taskPeriodName" align="center" :show-overflow-tooltip="true" label="任务周期"> |
|
|
|
<template slot-scope="scope" v-if="taskPeriod === 'once'"> |
|
|
|
{{taskPeriod === 'once'?'一次性':`第${scope.row.taskNum}个周期`}} |
|
|
|
</template> |
|
|
|
<template slot-scope="scope" v-else> |
|
|
|
{{scope.row.taskPeriodName}} |
|
|
|
{{taskPeriod === 'once'?'一次性':`${scope.row.taskPeriodName}`}} |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column fixed="right" label="汇报情况" align="center"> |
|
|
|