From 3fb460428f927197931c43f2f88f75dd8ae8c501 Mon Sep 17 00:00:00 2001
From: kongdeqiang <123456>
Date: 星期五, 10 二月 2023 17:04:21 +0800
Subject: [PATCH] 提交更新

---
 src/views/your/suggest-manage/suggestManage.vue |   17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/src/views/your/suggest-manage/suggestManage.vue b/src/views/your/suggest-manage/suggestManage.vue
index 8c2757e..bfd88ca 100644
--- a/src/views/your/suggest-manage/suggestManage.vue
+++ b/src/views/your/suggest-manage/suggestManage.vue
@@ -216,11 +216,11 @@
         submitLoading: false,
         selectList: [],
         columns: [
-          {
-            type: "selection",
-            width: 60,
-            align: "center",
-          },
+          // {
+          //   type: "selection",
+          //   width: 60,
+          //   align: "center",
+          // },
           {
             type: "index",
             width: 60,
@@ -235,8 +235,7 @@
           {
             title: "鍙嶉鏃堕棿",
             key: "createTime",
-            width: 200,
-            sortable: true,
+            width: 130,
             render: (h, params) => {
               return h("div",params.row.createTime.substr(0,10));
             }
@@ -244,18 +243,20 @@
           {
             title: "鍙嶉鍟嗘埛",
             key: "name",
+            tooltip:true,
             width: 260,
           },
           {
             title: "鍥炲鍐呭",
             key: "replyContent",
             tooltip:true,
-            width: 260,
+            width: 300,
           },
           {
             title: "鎿嶄綔",
             key: "action",
             align: "center",
+            width: 150,
             render: (h, params) => {
               return h("div", [
                 h(

--
Gitblit v1.9.1