This commit is contained in:
psh
2024-03-26 09:18:50 +08:00
parent 52fb8e45f8
commit 43921ffb6b
2 changed files with 23 additions and 1 deletions

View File

@@ -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)