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 }} --> - + + + + - + + + +