From 52756e8a22ff5d3c5e9cf90dfa5b87742c60350d Mon Sep 17 00:00:00 2001 From: 艺术家 <10819716+q100102@user.noreply.gitee.com> Date: 星期四, 22 五月 2025 16:24:23 +0800 Subject: [PATCH] 功能优化 --- 项目代码/伸缩杆/client/src/views/tts/DataLogging/Datalogging.vue | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/\344\274\270\347\274\251\346\235\206/client/src/views/tts/DataLogging/Datalogging.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/\344\274\270\347\274\251\346\235\206/client/src/views/tts/DataLogging/Datalogging.vue" index 6a1ff74..81f9094 100644 --- "a/\351\241\271\347\233\256\344\273\243\347\240\201/\344\274\270\347\274\251\346\235\206/client/src/views/tts/DataLogging/Datalogging.vue" +++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/\344\274\270\347\274\251\346\235\206/client/src/views/tts/DataLogging/Datalogging.vue" @@ -106,7 +106,7 @@ <template #default="scope"> <el-image style="width: 5rem; height: 5rem" - :src="'http://192.168.2.103:9093' + scope.row.headImageUrl" + :src="'http://192.168.1.103:9093' + scope.row.headImageUrl" show-progress :initial-index="4" fit="cover" @@ -118,8 +118,7 @@ label="鍒嗛厤鏃堕棿" align="center" /> - <el-table-column prop="" label="鍒嗛厤妫�淇憳" align="center"> - <template #default> {{ userName }} </template> + <el-table-column prop="Creater" label="鍒嗛厤妫�淇憳" align="center"> </el-table-column> </el-table> @@ -150,7 +149,7 @@ <template #default="scope"> <el-image style="width: 5rem; height: 5rem" - :src="'http://192.168.2.103:9093' + scope.row.headImageUrl" + :src="'http://192.168.1.103:9093' + scope.row.headImageUrl" show-progress :initial-index="4" fit="cover" @@ -199,7 +198,7 @@ <template #default="scope"> <el-image style="width: 5rem; height: 5rem" - :src="'http://192.168.2.103:9093' + scope.row.headImageUrl" + :src="'http://192.168.1.103:9093' + scope.row.headImageUrl" show-progress :initial-index="4" fit="cover" -- Gitblit v1.9.3