From 12fb4b8e4fb75347b25f3ba473b930408ed2ec05 Mon Sep 17 00:00:00 2001 From: zhuzhuanzhuan Date: 星期五, 22 九月 2023 17:49:18 +0800 Subject: [PATCH] 1、优化查询时若无选择日期的提示信息 2、增加部分加载时间较长的数据的加载动画 --- src/components/jeecgbiz/JSelectEquipmentProduction.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/jeecgbiz/JSelectEquipmentProduction.vue b/src/components/jeecgbiz/JSelectEquipmentProduction.vue index 2f3ac51..e0bacfa 100644 --- a/src/components/jeecgbiz/JSelectEquipmentProduction.vue +++ b/src/components/jeecgbiz/JSelectEquipmentProduction.vue @@ -3,7 +3,7 @@ <!----> <a-input @click="openModal" placeholder="璇风偣鍑婚�夋嫨杞﹂棿" v-model="textVals" readOnly :disabled="disabled"> <a-icon slot="prefix" type="cluster" title="杞﹂棿閫夋嫨鎺т欢"/> - <a-icon v-if="storeVals" slot="suffix" type="close-circle" @click="handleEmpty" title="娓呯┖"/> + <a-icon v-if="storeVals&&!disabled" slot="suffix" type="close-circle" @click="handleEmpty" title="娓呯┖"/> </a-input> <j-select-equipment-production-modal ref="innerDepartSelectModal" -- Gitblit v1.9.3