From ffb5cf79a2d5d7603cb97e79bd04f598eceb0352 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期四, 20 三月 2025 10:41:29 +0800 Subject: [PATCH] 测试完成 --- src/views/followvisit/satisfaction/index.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/followvisit/satisfaction/index.vue b/src/views/followvisit/satisfaction/index.vue index 465309e..63e1995 100644 --- a/src/views/followvisit/satisfaction/index.vue +++ b/src/views/followvisit/satisfaction/index.vue @@ -198,7 +198,7 @@ key="nickName" prop="nickName" /> - <el-table-column + <!-- <el-table-column label="涓绘不鍖荤敓" align="center" key="nickName" @@ -209,7 +209,7 @@ align="center" key="nickName" prop="nickName" - /> + /> --> <el-table-column label="鎵ц鐘舵��" @@ -241,7 +241,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