From 0b9a47edf08d225e1d67ba2e6315b225ba72b392 Mon Sep 17 00:00:00 2001 From: smallchill Date: Sun, 14 May 2023 23:54:47 +0800 Subject: [PATCH] =?UTF-8?q?:tada:=20=E5=A4=9A=E7=A7=9F=E6=88=B7=E5=AF=B9?= =?UTF-8?q?=E8=B1=A1=E5=AD=98=E5=82=A8=E6=96=B0=E5=A2=9E=20=E5=8D=8E?= =?UTF-8?q?=E4=B8=BA=E4=BA=91obs=20=E4=B8=8E=20amazon=20s3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/resource/oss.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/resource/oss.vue b/src/views/resource/oss.vue index 38cfcd78..1d3eadd8 100644 --- a/src/views/resource/oss.vue +++ b/src/views/resource/oss.vue @@ -99,7 +99,7 @@ export default { type: 'radio', value: 1, span: 24, - width: 100, + width: 120, searchLabelWidth: 50, row: true, dicUrl: '/blade-system/dict/dictionary?code=oss', @@ -258,7 +258,7 @@ export default { item.display = category === 4; } if (item.prop === 'region') { - item.display = category === 4; + item.display = category === 4 || category === 5; } }); },