Skip to content

Commit 0c13bea

Browse files
author
283591387@qq.com
committed
优化vue3版本审批时隐藏弹出框其他按钮
1 parent 0f28461 commit 0c13bea

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Vol.Vue3版本/src/components/basic/ViewGrid/ViewGrid.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@
298298
</span>
299299
</div>
300300
<!--明细表格按钮-->
301-
<div class="btns">
301+
<div class="btns" v-show="!isBoxAudit">
302302
<el-button
303303
v-for="(btn, bIndex) in detailOptions.buttons"
304304
:key="bIndex"

Vol.Vue3版本/src/extension/order/SellOrder.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ let extension = {
109109
})
110110
},
111111
mounted() {
112-
this.$message.success('mounted方法执行时,你可以此处编写业务逻辑');
112+
//this.$message.success('mounted方法执行时,你可以此处编写业务逻辑');
113113
},
114114
//方式1,通过select选择触发显示与隐藏
115115
onInit() {
@@ -155,7 +155,7 @@ let extension = {
155155
})
156156

157157
//动态设置查询界面table高度
158-
this.tableMaxHeight = 300;
158+
this.tableHeight = 300;
159159

160160
},
161161
onInited() {

开发版dev/Vue.NetCore/Vol.Vue3版本/src/components/basic/ViewGrid/ViewGrid.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@
298298
</span>
299299
</div>
300300
<!--明细表格按钮-->
301-
<div class="btns">
301+
<div class="btns" v-show="!isBoxAudit">
302302
<el-button
303303
v-for="(btn, bIndex) in detailOptions.buttons"
304304
:key="bIndex"

0 commit comments

Comments
 (0)