From 64aba591ee30c2c31953a852fe6a95db79fc0070 Mon Sep 17 00:00:00 2001 From: WXL (wul) <wl_5969728@163.com> Date: 星期四, 11 九月 2025 14:58:04 +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 a1c32bd..fc26e66 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,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