前端问题修改1.29
This commit is contained in:
parent
70fe005e8d
commit
9352a18f75
|
|
@ -236,10 +236,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
|
||||||
|
|
|
||||||
|
|
@ -229,7 +229,7 @@
|
||||||
size="mini"
|
size="mini"
|
||||||
type="warning"
|
type="warning"
|
||||||
icon="el-icon-edit"
|
icon="el-icon-edit"
|
||||||
:disabled="scope.row.repairStatusCode !== '43'"
|
:disabled="scope.row.repairStatusCode == '44'"
|
||||||
@click="handleUpdate(scope.row, 'update')"
|
@click="handleUpdate(scope.row, 'update')"
|
||||||
>维修</el-button
|
>维修</el-button
|
||||||
>
|
>
|
||||||
|
|
@ -256,7 +256,7 @@
|
||||||
<!-- 维修对话框 -->
|
<!-- 维修对话框 -->
|
||||||
<el-dialog
|
<el-dialog
|
||||||
:visible.sync="open"
|
:visible.sync="open"
|
||||||
width="1600px"
|
width="1650px"
|
||||||
append-to-body
|
append-to-body
|
||||||
:before-close="onClose"
|
:before-close="onClose"
|
||||||
>
|
>
|
||||||
|
|
|
||||||
|
|
@ -124,7 +124,7 @@
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</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">
|
<template slot-scope="scope">
|
||||||
<el-button
|
<el-button
|
||||||
size="mini"
|
size="mini"
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,7 @@ module.exports = {
|
||||||
// target: `http://192.168.0.14:21624`,//线上环境
|
// target: `http://192.168.0.14:21624`,//线上环境
|
||||||
// target: `http://10.40.92.21:8080`,
|
// target: `http://10.40.92.21:8080`,
|
||||||
// target: `http://10.40.92.13:8080`,
|
// target: `http://10.40.92.13:8080`,
|
||||||
target: `http://10.40.92.219:8080`,
|
target: `http://10.40.92.220:8080`,
|
||||||
|
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
pathRewrite: {
|
pathRewrite: {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue