Merge branch 'xiaozy_产品列表' of http://121.196.213.68:3000/xiaozhiyong/refinery-admin into lixuan
This commit is contained in:
@@ -180,6 +180,11 @@
|
||||
:mappingData="mappingData"
|
||||
@close="controlWindows.detail = false"
|
||||
>
|
||||
<template #enableMark>
|
||||
<p>
|
||||
{{ oilCompanyMatch[0].enableMark === "ENABLE" ? "启用" : "禁用" }}
|
||||
</p>
|
||||
</template>
|
||||
</general-details>
|
||||
</el-drawer>
|
||||
</div>
|
||||
@@ -317,7 +322,7 @@ export default {
|
||||
},
|
||||
//详情
|
||||
detail(row) {
|
||||
this.oilCompanyMatch = row;
|
||||
this.oilCompanyMatch = [row];
|
||||
this.controlWindows.detail = true;
|
||||
},
|
||||
//调价
|
||||
@@ -390,6 +395,9 @@ export default {
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.order {
|
||||
.pft14 {
|
||||
font-size: 14px;
|
||||
}
|
||||
.frame {
|
||||
margin: 20px;
|
||||
padding: 20px;
|
||||
|
||||
Reference in New Issue
Block a user