From 3a73cd63039981d1f7cd324afea8f14f37738467 Mon Sep 17 00:00:00 2001 From: zhaowei <zhaowei> Date: 星期五, 07 三月 2025 11:24:49 +0800 Subject: [PATCH] 1、统计分析和统计图表、对比分析和利用率走势分析、利用率分段分析和报警分析页面新增筛选条件保持跟TEEP页面一致 2、全局中重要程度的筛选方式由多选改为单选 3、设备监控与车间看板页面的设备详情弹窗中的图表调整为一直展示但若无数据则不展示图表的指针与数值 --- src/components/jeecg/JVxeTable/components/JVxeToolbar.vue | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/components/jeecg/JVxeTable/components/JVxeToolbar.vue b/src/components/jeecg/JVxeTable/components/JVxeToolbar.vue index 8d53634..578c981 100644 --- a/src/components/jeecg/JVxeTable/components/JVxeToolbar.vue +++ b/src/components/jeecg/JVxeTable/components/JVxeToolbar.vue @@ -10,6 +10,7 @@ <a-popconfirm v-if="showRemove" :title="`纭畾瑕佸垹闄よ繖 ${selectedRowIds.length} 椤瑰悧?`" + :disabled="disabled" @confirm="trigger('remove')" > <a-button icon="minus" :disabled="disabled">鍒犻櫎</a-button> @@ -54,7 +55,8 @@ }, btns() { - let arr = this.toolbarConfig.btn || ['add', 'remove', 'clearSelection'] + let {btn, btns} = this.toolbarConfig + let arr = btn || btns || ['add', 'remove', 'clearSelection'] let exclude = [...this.excludeCode] // TODO 闇�瑕佸皢remove鏇挎崲batch_delete // 绯荤粺榛樿鐨勬壒閲忓垹闄ょ紪鐮侀厤缃负 batch_delete 姝ゅ闇�瑕佽浆鍖栦竴涓� -- Gitblit v1.9.3