From 73080a012b9d6844882b20d0c1a28ca4ee0d620f Mon Sep 17 00:00:00 2001 From: yinq Date: Thu, 13 Nov 2025 09:46:57 +0800 Subject: [PATCH] =?UTF-8?q?1.0.30=20=E6=89=93=E5=8D=B0=E6=A8=A1=E6=9D=BF?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/oa/base/printTemplate/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/oa/base/printTemplate/index.vue b/src/views/oa/base/printTemplate/index.vue index 7a154ac..4dc3029 100644 --- a/src/views/oa/base/printTemplate/index.vue +++ b/src/views/oa/base/printTemplate/index.vue @@ -139,7 +139,7 @@ - + @@ -189,8 +189,8 @@ const columns = ref([ { key: 2, label: `模板名称`, visible: true }, { key: 3, label: `版本号`, visible: true }, { key: 4, label: `模板类型`, visible: true }, - { key: 5, label: `模板状态`, visible: true }, - { key: 6, label: `流程状态`, visible: true }, + { key: 5, label: `模板状态`, visible: false }, + { key: 6, label: `流程状态`, visible: false }, { key: 7, label: `模板数据`, visible: false }, { key: 8, label: `备注`, visible: true }, { key: 9, label: `激活标识`, visible: false },