|
@ -69,7 +69,7 @@ |
|
|
<el-form-item label="分发人员"> |
|
|
<el-form-item label="分发人员"> |
|
|
<div style="display: flex;flex-direction: row; align-items: center;"> |
|
|
<div style="display: flex;flex-direction: row; align-items: center;"> |
|
|
<div>{{formData.totalNum}}人</div> |
|
|
<div>{{formData.totalNum}}人</div> |
|
|
<el-button @click="oncClickInfo('adjust')" type="text">调整接收人员</el-button> |
|
|
<el-button @click="oncClickInfo('adjust')" type="text">[调整接收人员]</el-button> |
|
|
</div> |
|
|
</div> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-col> |
|
|
</el-col> |
|
@ -95,9 +95,9 @@ |
|
|
{{taskPeriod === 'once'?'一次性':`${scope.row.taskPeriodName}`}} |
|
|
{{taskPeriod === 'once'?'一次性':`${scope.row.taskPeriodName}`}} |
|
|
</template> |
|
|
</template> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
<el-table-column fixed="right" label="汇报情况" align="center"> |
|
|
<el-table-column fixed="right" label="汇总情况" align="center"> |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
<el-button @click="handleInfo(scope.row)" type="text" size="small">{{ |
|
|
<el-button @click="handelClickShowSummary(scope.row)" type="text" size="small">{{ |
|
|
scope.row.resolveNum}}/{{ scope.row.totalNum }}</el-button> |
|
|
scope.row.resolveNum}}/{{ scope.row.totalNum }}</el-button> |
|
|
<el-button @click="handelClickShowSummary(scope.row)" type="text" |
|
|
<el-button @click="handelClickShowSummary(scope.row)" type="text" |
|
|
size="small">查看</el-button> |
|
|
size="small">查看</el-button> |
|
|