From cf3c6082e48c67461d36596eff6d3da6e54bf84f Mon Sep 17 00:00:00 2001
From: Junjie <540245094@qq.com>
Date: 星期五, 05 七月 2024 11:25:35 +0800
Subject: [PATCH] #

---
 zy-asrs-admin/src/views/system/operationRecord/index.vue |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/zy-asrs-admin/src/views/system/operationRecord/index.vue b/zy-asrs-admin/src/views/system/operationRecord/index.vue
index e69d0b5..e041f71 100644
--- a/zy-asrs-admin/src/views/system/operationRecord/index.vue
+++ b/zy-asrs-admin/src/views/system/operationRecord/index.vue
@@ -24,26 +24,31 @@
             title: formatMessage('db.sys_operation_record.namespace', '鍚嶇О绌洪棿'),
             dataIndex: 'namespace',
             width: 140,
+            ellipsis: true,
         },
         {
             title: formatMessage('db.sys_operation_record.url', '鎺ュ彛鍦板潃'),
             dataIndex: 'url',
             width: 140,
+            ellipsis: true,
         },
         {
             title: formatMessage('db.sys_operation_record.appkey', '骞冲彴瀵嗛挜'),
             dataIndex: 'appkey',
             width: 140,
+            ellipsis: true,
         },
         {
             title: formatMessage('db.sys_operation_record.timestamp', '鏃堕棿鎴�'),
             dataIndex: 'timestamp',
             width: 140,
+            ellipsis: true,
         },
         {
             title: formatMessage('db.sys_operation_record.client_ip', '瀹㈡埛绔疘P'),
             dataIndex: 'clientIp',
             width: 140,
+            ellipsis: true,
         },
         {
             title: formatMessage('db.sys_operation_record.request', '璇锋眰鍐呭'),
@@ -61,31 +66,37 @@
             title: formatMessage('db.sys_operation_record.spend_time', '娑堣�楁椂闂�'),
             dataIndex: 'spendTime',
             width: 140,
+            ellipsis: true,
         },
         {
             title: formatMessage('db.sys_operation_record.err', '寮傚父鍐呭'),
             dataIndex: 'err',
             width: 140,
+            ellipsis: true,
         },
         {
             title: formatMessage('db.sys_operation_record.result', '缁撴灉'),
             dataIndex: 'result$',
             width: 140,
+            ellipsis: true,
         },
         {
             title: formatMessage('db.sys_operation_record.user_id', '鐢ㄦ埛'),
             dataIndex: 'userId$',
             width: 140,
+            ellipsis: true,
         },
         {
             title: formatMessage('db.sys_operation_record.create_time', '娣诲姞鏃堕棿'),
             dataIndex: 'createTime$',
             width: 140,
+            ellipsis: true,
         },
         {
             title: formatMessage('db.sys_operation_record.memo', '澶囨敞'),
             dataIndex: 'memo',
             width: 140,
+            ellipsis: true,
         },
 
   {

--
Gitblit v1.9.1