|
@@ -23,7 +23,7 @@
|
|
|
<template slot-scope="{row,index}" slot="menu">
|
|
|
<el-button type="text" icon="el-icon-view" size="small" @click.stop="copyTo">发送
|
|
|
</el-button>
|
|
|
- <el-button type="text" icon="el-icon-edit" :disabled="row.status != 5" size="small"
|
|
|
+ <el-button type="text" icon="el-icon-edit" :disabled="row.status != 5||row.taskStatus==30" size="small"
|
|
|
@click.stop="completion(row)">完工
|
|
|
</el-button>
|
|
|
<el-button type="text" icon="el-icon-edit" size="small" @click.stop="rowCell(row)">{{ row.$cellEdit ? "保存" :
|