fix
This commit is contained in:
@@ -233,6 +233,12 @@
|
||||
:disabled="scope.row.task_status==='5' || scope.row.task_status==='6'"
|
||||
@click="doOperate(scope.row, 'b')"
|
||||
>取消</el-button>
|
||||
<!-- <el-button
|
||||
type="text"
|
||||
icon="el-icon-upload"
|
||||
:disabled="scope.row.task_status!=='5' && scope.row.task_status!=='6'"
|
||||
@click="doOperate(scope.row, 'e')"
|
||||
>MES反馈</el-button> -->
|
||||
</template>
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
@@ -352,6 +358,8 @@ export default {
|
||||
case 'd':// 详情
|
||||
method_name = 'view'
|
||||
break
|
||||
case 'e':// 反馈MES
|
||||
method_name = 'feedback'
|
||||
}
|
||||
if (method_name === 'view') {
|
||||
// this.view(row)
|
||||
|
||||
Reference in New Issue
Block a user