Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
周远喜
mes-ui
Commits
4345952b
Commit
4345952b
authored
Jun 28, 2020
by
仇晓婷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bom优化
parent
ea119d74
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
index.vue
pages/technology/productMix/index.vue
+3
-5
index.vue
pages/technology/productMix/product/index.vue
+1
-1
No files found.
pages/technology/productMix/index.vue
View file @
4345952b
...
@@ -2,9 +2,7 @@
...
@@ -2,9 +2,7 @@
<div
class=
"product-mix"
>
<div
class=
"product-mix"
>
<Layout>
<Layout>
<Sider
width=
"300"
v-if=
"showMenu"
>
<Sider
width=
"300"
v-if=
"showMenu"
>
<div
class=
"p-list"
>
<ProductTree
@
on-hide=
"onHide"
@
on-select=
"productSearch"
/>
<ProductTree
@
on-hide=
"onHide"
@
on-select=
"productSearch"
/>
</div>
</Sider>
</Sider>
<div
v-if=
"!showMenu"
class=
"show_menu"
>
<div
v-if=
"!showMenu"
class=
"show_menu"
>
<a
class=
"menu_play fr"
@
click=
"showMenuFn"
title=
"展开"
>
<a
class=
"menu_play fr"
@
click=
"showMenuFn"
title=
"展开"
>
...
@@ -63,7 +61,7 @@ export default {
...
@@ -63,7 +61,7 @@ export default {
background: rgba(255, 255, 255, 1);
background: rgba(255, 255, 255, 1);
margin-right: 10px;
margin-right: 10px;
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
height: 8
7
vh;
height: 8
9
vh;
overflow: auto;
overflow: auto;
h4 {
h4 {
...
@@ -103,7 +101,7 @@ export default {
...
@@ -103,7 +101,7 @@ export default {
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
overflow: auto;
overflow: auto;
padding: 10px;
padding: 10px;
height: 8
7
vh;
height: 8
9
vh;
}
}
}
}
</
style
>
</
style
>
\ No newline at end of file
pages/technology/productMix/product/index.vue
View file @
4345952b
...
@@ -47,7 +47,7 @@
...
@@ -47,7 +47,7 @@
<div>
主制单位:
{{
row
.
madeCompanyTitle
}}
</div>
<div>
主制单位:
{{
row
.
madeCompanyTitle
}}
</div>
<p
class=
"a-icon"
>
<p
class=
"a-icon"
>
<a
@
click=
"bom(row)"
>
<a
@
click=
"bom(row)"
>
<Icon
type=
"
ios-brush
"
/>
BOM
<Icon
type=
"
md-git-merge
"
/>
BOM
</a>
</a>
<a
@
click=
"edit(row.id)"
>
<a
@
click=
"edit(row.id)"
>
<Icon
type=
"md-create"
/>
编辑
<Icon
type=
"md-create"
/>
编辑
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment