From bffd798826b89032783733d5bded10cc68b19403 Mon Sep 17 00:00:00 2001 From: lcr <977192391@qq.com> Date: Fri, 21 Jun 2024 17:55:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/business/ctApply/index.vue | 2 +- .../business/ctResourceLibrary/index.vue | 24 +++++++++++++++++-- 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/src/views/business/ctApply/index.vue b/src/views/business/ctApply/index.vue index 183075d..78f8df5 100644 --- a/src/views/business/ctApply/index.vue +++ b/src/views/business/ctApply/index.vue @@ -51,7 +51,7 @@

{{ scope.row.appName }}

- {{scope.row.appName}} + {{ scope.row.appName.length > 10 ? scope.row.appName.substring(0, 10) + "....." : scope.row.appName }}
diff --git a/src/views/business/ctResourceLibrary/index.vue b/src/views/business/ctResourceLibrary/index.vue index aa2d0bd..7ebaab6 100644 --- a/src/views/business/ctResourceLibrary/index.vue +++ b/src/views/business/ctResourceLibrary/index.vue @@ -38,13 +38,33 @@ {{ scope.$index + 1 }} --> - + + + + - + + + +