Browse Source

菜单控制 sxm 2022-3-25

master
[li_she] 4 years ago
parent
commit
3a8e7079bd
  1. 6
      src/views/modules/yieldReport/produce_order.vue

6
src/views/modules/yieldReport/produce_order.vue

@ -83,8 +83,7 @@
<el-form :inline="true">
<el-form-item label="生产工单列表">
<el-dropdown style="margin-top: 3px" class="customer-dropdown" @command="handleCommand">
<el-dropdown trigger="click" style="margin-top: 3px" class="customer-dropdown" @command="handleCommand">
<el-button type="primary" @click="menuButtonFlag">
主菜单<i class="el-icon-arrow-down el-icon--right"></i>
</el-button>
@ -1093,7 +1092,6 @@ export default {
} else {
this.menuButton.closedButton = true
}
//
if (this.currentRow.closedFlag == 'Y') {
let data = {
@ -1851,5 +1849,7 @@ hr {
margin-top: 0px;
}
/*控制上下间距*/
</style>
Loading…
Cancel
Save