|
@@ -32,6 +32,7 @@
|
|
|
<el-table-column prop="createName" label="发起人" width="150" align="center"></el-table-column>
|
|
|
<el-table-column prop="createTime" label="创建时间" sortable width="180" align="center"></el-table-column>
|
|
|
<el-table-column prop="endTime" label="期限" sortable width="200" align="center"></el-table-column>
|
|
|
+ <el-table-column prop="remark" label="备注" sortable width="200" align="center"></el-table-column>
|
|
|
<el-table-column prop="type" label="类型" sortable width="120" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
<div>
|
|
@@ -369,7 +370,7 @@
|
|
|
var a = {
|
|
|
taskId:this.taskId,
|
|
|
status:1,
|
|
|
- remark:this.remark,
|
|
|
+ // remark:this.remark,
|
|
|
result: this.btn.value,
|
|
|
reportStatus:this.btn.value
|
|
|
}
|