前端问题修改

This commit is contained in:
zhouzy062 2024-01-30 09:16:55 +08:00
parent 2e4972279a
commit c8511a8e9d
1 changed files with 12 additions and 2 deletions

View File

@ -234,10 +234,20 @@
<el-button <el-button
type="text" type="text"
style="color: #67c23a" style="color: #67c23a"
v-else-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>
<el-button
type="text"
style="color: #67c23a"
v-if="scope.row.taskStatus == '40'"
>
退料完成
</el-button>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column