前端问题修改

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

@ -228,16 +228,26 @@
<!-- 状态
37-待审核
38-已审核 -->
<el-button type="text" v-if="scope.row.taskStatus == '37'">
<el-button type="text" v-if="scope.row.taskStatus == '37'">
待审核
</el-button>
<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