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/vciWebReferTable.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Source/UBCS-WEB/src/components/refer/vciWebReferTable.vue b/Source/UBCS-WEB/src/components/refer/vciWebReferTable.vue index 65775e1..9474f0d 100644 --- a/Source/UBCS-WEB/src/components/refer/vciWebReferTable.vue +++ b/Source/UBCS-WEB/src/components/refer/vciWebReferTable.vue @@ -65,6 +65,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