退料模块相关字段修改

This commit is contained in:
FrancisHu 2024-08-01 15:43:11 +08:00
parent 50469522ef
commit 0c227faf44
1 changed files with 1 additions and 4 deletions

View File

@ -241,15 +241,12 @@
> >
<template slot-scope="scope"> <template slot-scope="scope">
<!-- 状态 37-待审核 38-已审核 --> <!-- 状态 37-待审核 38-已审核 -->
<el-button type="text" v-if="scope.row.taskStatus == '37'">
待审核
</el-button>
<el-button <el-button
type="text" type="text"
style="color: #67c23a" style="color: #67c23a"
v-if="scope.row.taskStatus == '38'" v-if="scope.row.taskStatus == '38'"
> >
审核 提交
</el-button> </el-button>
<el-button type="text" v-if="scope.row.taskStatus == '39'"> <el-button type="text" v-if="scope.row.taskStatus == '39'">
退料核查 退料核查