退料模块相关字段修改
This commit is contained in:
parent
50469522ef
commit
0c227faf44
|
|
@ -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'">
|
||||||
退料核查
|
退料核查
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue