From a647b8fb3c96791c126dcf26c78676adc35c670f Mon Sep 17 00:00:00 2001 From: ludc Date: 星期五, 27 十月 2023 17:12:18 +0800 Subject: [PATCH] 修改编码规则管理基础码段编辑bug,修改ts日期转换报错bug --- Source/UBCS-WEB/src/components/refer/vciWebReferDefalut.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Source/UBCS-WEB/src/components/refer/vciWebReferDefalut.vue b/Source/UBCS-WEB/src/components/refer/vciWebReferDefalut.vue index fb07d01..28fad1b 100644 --- a/Source/UBCS-WEB/src/components/refer/vciWebReferDefalut.vue +++ b/Source/UBCS-WEB/src/components/refer/vciWebReferDefalut.vue @@ -63,6 +63,7 @@ selectionList: [], option: { addBtn: false, + columnBtn:false, //height: this.referConfig.options.height ? this.referConfig.options.height : 475, calcHeight: 30, tip: false, -- Gitblit v1.9.3