前端问题修改1.29

This commit is contained in:
zhouzy062 2024-01-29 17:08:39 +08:00
parent 70fe005e8d
commit 9352a18f75
4 changed files with 15 additions and 5 deletions

View File

@ -236,10 +236,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

View File

@ -229,7 +229,7 @@
size="mini"
type="warning"
icon="el-icon-edit"
:disabled="scope.row.repairStatusCode !== '43'"
:disabled="scope.row.repairStatusCode == '44'"
@click="handleUpdate(scope.row, 'update')"
>维修</el-button
>
@ -256,7 +256,7 @@
<!-- 维修对话框 -->
<el-dialog
:visible.sync="open"
width="1600px"
width="1650px"
append-to-body
:before-close="onClose"
>

View File

@ -124,7 +124,7 @@
</template>
</el-table-column>
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">
<el-table-column label="操作" align="center" class-name="small-padding fixed-width" width="200">
<template slot-scope="scope">
<el-button
size="mini"

View File

@ -40,7 +40,7 @@ module.exports = {
// target: `http://192.168.0.14:21624`,//线上环境
// target: `http://10.40.92.21:8080`,
// target: `http://10.40.92.13:8080`,
target: `http://10.40.92.219:8080`,
target: `http://10.40.92.220:8080`,
changeOrigin: true,
pathRewrite: {