From 3c9767b791b32a53b3a1b11fe572fd9055b285ef Mon Sep 17 00:00:00 2001 From: feng626 <1304903146@qq.com> Date: Thu, 14 Jul 2022 16:38:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E5=88=9B=E5=BB=BA?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=B7=A5=E5=8D=95=20=E6=A0=87=E9=A2=98?= =?UTF-8?q?=E7=9A=84css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/tickets/RequestApplicationPerm/CreateUpdate.vue | 5 +++++ src/views/tickets/RequestAssetPerm/CreateUpdate.vue | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/src/views/tickets/RequestApplicationPerm/CreateUpdate.vue b/src/views/tickets/RequestApplicationPerm/CreateUpdate.vue index e2b9c381c..ac0d829f8 100644 --- a/src/views/tickets/RequestApplicationPerm/CreateUpdate.vue +++ b/src/views/tickets/RequestApplicationPerm/CreateUpdate.vue @@ -46,6 +46,11 @@ export default { ]] ], fieldsMeta: { + title: { + el: { + type: 'input' + } + }, type: { hidden: () => true, el: { diff --git a/src/views/tickets/RequestAssetPerm/CreateUpdate.vue b/src/views/tickets/RequestAssetPerm/CreateUpdate.vue index 06cb69805..d44e1320c 100644 --- a/src/views/tickets/RequestAssetPerm/CreateUpdate.vue +++ b/src/views/tickets/RequestAssetPerm/CreateUpdate.vue @@ -42,6 +42,11 @@ export default { ]] ], fieldsMeta: { + title: { + el: { + type: 'input' + } + }, type: { hidden: () => true, el: {