前端问题修改
This commit is contained in:
parent
2e4972279a
commit
c8511a8e9d
|
|
@ -234,10 +234,20 @@
|
|||
<el-button
|
||||
type="text"
|
||||
style="color: #67c23a"
|
||||
v-else-if="scope.row.taskStatus == '38'"
|
||||
v-if="scope.row.taskStatus == '38'"
|
||||
>
|
||||
已审核
|
||||
</el-button>
|
||||
<el-button type="text" v-if="scope.row.taskStatus == '39'">
|
||||
退料核查
|
||||
</el-button>
|
||||
<el-button
|
||||
type="text"
|
||||
style="color: #67c23a"
|
||||
v-if="scope.row.taskStatus == '40'"
|
||||
>
|
||||
退料完成
|
||||
</el-button>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
|
|
|
|||
Loading…
Reference in New Issue