From 702896e870795b45cccf2b0fa22a258b11182ed2 Mon Sep 17 00:00:00 2001 From: wxg0103 <727495428@qq.com> Date: Fri, 21 Oct 2022 13:57:18 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E9=A1=B9=E7=9B=AE=E8=AE=BE=E7=BD=AE):=20?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=97=A5=E5=BF=97=E5=A4=8D=E5=88=B6=E6=B2=A1?= =?UTF-8?q?=E6=9C=89=E8=B6=85=E9=93=BE=E6=8E=A5=E7=9A=84=E7=BC=BA=E9=99=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1018581 --user=王孝刚 【系统设置】操作日志-复制缺陷模版的日志标题没有超链接 https://www.tapd.cn/55049933/s/1270826 --bug=1018609 --user=王孝刚 【接口设置】环境配置-csv高级中添加文件后显示区域过长并缩略名称,建议优化 https://www.tapd.cn/55049933/s/1270829 --- .../components/environment/commons/variable/CsvFileUpload.vue | 2 +- .../frontend/src/business/system/log/OperatingLog.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/sdk-parent/frontend/src/components/environment/commons/variable/CsvFileUpload.vue b/framework/sdk-parent/frontend/src/components/environment/commons/variable/CsvFileUpload.vue index 0e0ae3ac36..ec239a1f90 100644 --- a/framework/sdk-parent/frontend/src/components/environment/commons/variable/CsvFileUpload.vue +++ b/framework/sdk-parent/frontend/src/components/environment/commons/variable/CsvFileUpload.vue @@ -261,7 +261,7 @@ export default { .api-body-upload :deep(.el-upload-list__item) { height: 30px; - width: 100%; + width: auto; padding: 2px 5px; margin-bottom: 0px; } diff --git a/system-setting/frontend/src/business/system/log/OperatingLog.vue b/system-setting/frontend/src/business/system/log/OperatingLog.vue index 6c86e4d713..fb5067005f 100644 --- a/system-setting/frontend/src/business/system/log/OperatingLog.vue +++ b/system-setting/frontend/src/business/system/log/OperatingLog.vue @@ -214,7 +214,7 @@ export default { methods: { isLink(row) { let uri = getUrl(row, this); - return (row.operType === 'UPDATE' || row.operType === 'CREATE' || row.operType === 'EXECUTE' || row.operType === 'DEBUG') + return (row.operType === 'UPDATE' || row.operType === 'CREATE' || row.operType === 'EXECUTE' || row.operType === 'DEBUG' || row.operType === 'COPY') && uri !== "/#"; }, clickResource(resource) {