Commit 4345952b authored by 仇晓婷's avatar 仇晓婷

bom优化

parent ea119d74
......@@ -2,9 +2,7 @@
<div class="product-mix">
<Layout>
<Sider width="300" v-if="showMenu">
<div class="p-list">
<ProductTree @on-hide="onHide" @on-select="productSearch" />
</div>
</Sider>
<div v-if="!showMenu" class="show_menu">
<a class="menu_play fr" @click="showMenuFn" title="展开">
......@@ -63,7 +61,7 @@ export default {
background: rgba(255, 255, 255, 1);
margin-right: 10px;
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
height: 87vh;
height: 89vh;
overflow: auto;
h4 {
......@@ -103,7 +101,7 @@ export default {
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
overflow: auto;
padding: 10px;
height: 87vh;
height: 89vh;
}
}
</style>
\ No newline at end of file
......@@ -47,7 +47,7 @@
<div>主制单位:{{row.madeCompanyTitle}}</div>
<p class="a-icon">
<a @click="bom(row)">
<Icon type="ios-brush" />BOM
<Icon type="md-git-merge" />BOM
</a>&nbsp;
<a @click="edit(row.id)">
<Icon type="md-create" />编辑
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment