From c3576dff24adbb52cf807c100afb63399e16f813 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期四, 11 九月 2025 09:36:45 +0800
Subject: [PATCH] 测试完成

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

diff --git a/src/views/complaint/complaintlist/index.vue b/src/views/complaint/complaintlist/index.vue
index a1c32bd..e6ec6b4 100644
--- a/src/views/complaint/complaintlist/index.vue
+++ b/src/views/complaint/complaintlist/index.vue
@@ -32,7 +32,7 @@
             />
           </el-form-item>
 
-          <el-form-item label="琚姇璇夌瀹�" prop="status">
+          <el-form-item label="琚姇璇夎棰樼粍" prop="status">
             <el-cascader
               v-model="topqueryParams.tagid"
               :options="optionss"
@@ -80,7 +80,6 @@
           <el-col :span="1.5">
             <el-button
               type="primary"
-              plain
               icon="el-icon-plus"
               size="medium"
               @click="handleAdd"
@@ -91,7 +90,6 @@
           <el-col :span="1.5">
             <el-button
               type="success"
-              plain
               icon="el-icon-edit"
               size="medium"
               :disabled="single"
@@ -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"
@@ -204,7 +204,7 @@
             width="160"
           >
             <template slot-scope="scope">
-              <span>{{ parseTime(scope.row.createTime) }}</span>
+              <span>{{ formatTime(scope.row.createTime) }}</span>
             </template>
           </el-table-column>
           <el-table-column
@@ -214,7 +214,7 @@
             width="160"
           >
             <template slot-scope="scope">
-              <span>{{ parseTime(scope.row.createTime) }}</span>
+              <span>{{ formatTime(scope.row.createTime) }}</span>
             </template>
           </el-table-column>
           <el-table-column
@@ -224,7 +224,7 @@
             width="160"
           >
             <template slot-scope="scope">
-              <span>{{ parseTime(scope.row.createTime) }}</span>
+              <span>{{ formatTime(scope.row.createTime) }}</span>
             </template>
           </el-table-column>
           <el-table-column

--
Gitblit v1.9.3