营销
This commit is contained in:
parent
2a091ab1ca
commit
224f30bb9f
@ -239,6 +239,9 @@
|
|||||||
prop="oilNames"
|
prop="oilNames"
|
||||||
label="油品油号"
|
label="油品油号"
|
||||||
>
|
>
|
||||||
|
<template slot-scope="scope">
|
||||||
|
<span>{{scope.row.oilType}}{{scope.row.oilName}}</span>
|
||||||
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
align="center"
|
align="center"
|
||||||
@ -453,6 +456,7 @@ export default {
|
|||||||
console.log(res)
|
console.log(res)
|
||||||
if (res.code == 200) {
|
if (res.code == 200) {
|
||||||
this.ruleForm = res.data
|
this.ruleForm = res.data
|
||||||
|
this.centerDialogVisible = true
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user