新购前端问题修改
This commit is contained in:
parent
6735bbddaf
commit
6626ee3aac
|
|
@ -794,7 +794,7 @@ export default {
|
|||
}
|
||||
})
|
||||
this.equipmentList.forEach((item, index) => {
|
||||
if (item.id == row.id) {
|
||||
if (item.typeId == row.typeId) {
|
||||
this.equipmentList.splice(index, 1)
|
||||
}
|
||||
})
|
||||
|
|
|
|||
|
|
@ -187,7 +187,12 @@
|
|||
<span v-if="scope.row.taskStatus==10">未完成</span>
|
||||
</template> -->
|
||||
</el-table-column>
|
||||
|
||||
<el-table-column
|
||||
label="备注"
|
||||
align="center"
|
||||
prop="remark"
|
||||
show-overflow-tooltip
|
||||
/>
|
||||
<el-table-column label="操作" align="center" width="250">
|
||||
<template slot-scope="scope">
|
||||
<el-button
|
||||
|
|
|
|||
|
|
@ -35,7 +35,11 @@ module.exports = {
|
|||
proxy: {
|
||||
// detail: https://cli.vuejs.org/config/#devserver-proxy
|
||||
[process.env.VUE_APP_BASE_API]: {
|
||||
target: `http://192.168.2.72:18080`,
|
||||
// target: `http://localhost:18080`,
|
||||
target: `http://192.168.2.246:18080`,//马
|
||||
// target: `http://192.168.0.110:18080`,//洪
|
||||
// target: `http://192.168.0.234:18080`,//阮
|
||||
// target: `http://192.168.137.1:18080`,//
|
||||
changeOrigin: true,
|
||||
pathRewrite: {
|
||||
["^" + process.env.VUE_APP_BASE_API]: "",
|
||||
|
|
|
|||
Loading…
Reference in New Issue