From ae8535b861f9177508d9e5493e0fe9e47978c915 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期一, 31 八月 2026 16:58:47 +0800
Subject: [PATCH] 测试完成

---
 src/views/complaint/complaintlist/index.vue |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/views/complaint/complaintlist/index.vue b/src/views/complaint/complaintlist/index.vue
index 51c79d3..9ff9014 100644
--- a/src/views/complaint/complaintlist/index.vue
+++ b/src/views/complaint/complaintlist/index.vue
@@ -80,7 +80,6 @@
           <el-col :span="1.5">
             <el-button
               type="primary"
-              plain
               icon="el-icon-plus"
               size="medium"
               @click="handleAdd"
@@ -91,12 +90,11 @@
           <el-col :span="1.5">
             <el-button
               type="success"
-              plain
               icon="el-icon-edit"
               size="medium"
               :disabled="single"
               @click="handleUpdate"
-              v-hasPermi="['system:user:edit']"
+
               >淇敼</el-button
             >
           </el-col>
@@ -152,6 +150,7 @@
             align="center"
             key="userName"
             prop="userName"
+            width="100"
             :show-overflow-tooltip="true"
           />
           <el-table-column
@@ -159,9 +158,10 @@
             align="center"
             key="types"
             prop="types"
+            width="100"
           />
           <el-table-column
-            label="鎬у埆"
+            label="鎬у埆"width="100"
             align="center"
             key="nickName"
             prop="nickName"
@@ -239,7 +239,7 @@
                 type="text"
                 icon="el-icon-edit"
                 @click="Referencequestion(scope.row)"
-                v-hasPermi="['system:user:edit']"
+
                 >棰勮</el-button
               >
               <el-button
@@ -247,7 +247,7 @@
                 type="text"
                 icon="el-icon-edit"
                 @click="handleUpdate(scope.row)"
-                v-hasPermi="['system:user:edit']"
+
                 >淇敼</el-button
               >
             </template>

--
Gitblit v1.9.3