From 2522fd1192999cc28cd95d6362a629e54b6a160b Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Fri, 10 Jul 2026 10:00:07 +0800
Subject: [PATCH] feat:反无和工单所有操作栏都增加fixed="right"属性

---
 applications/task-work-order/src/views/orderView/deviceInvocation/deviceCallRecord/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/applications/task-work-order/src/views/orderView/deviceInvocation/deviceCallRecord/index.vue b/applications/task-work-order/src/views/orderView/deviceInvocation/deviceCallRecord/index.vue
index ef45996..20660fd 100644
--- a/applications/task-work-order/src/views/orderView/deviceInvocation/deviceCallRecord/index.vue
+++ b/applications/task-work-order/src/views/orderView/deviceInvocation/deviceCallRecord/index.vue
@@ -84,7 +84,7 @@
 					<el-table-column prop="deviceName" show-overflow-tooltip label="执行设备" />
 					<el-table-column prop="planExecuteTime" show-overflow-tooltip label="计划执行时间" />
 					<el-table-column prop="actualExecuteTime" show-overflow-tooltip label="实际执行时间" />
-					<el-table-column label="操作" class-name="operation-btns" width="180">
+					<el-table-column label="操作" class-name="operation-btns" width="180" fixed="right">
 						<template v-slot="{ row }">
 							<el-link  @click="handleView(row)">查看</el-link>
 						</template>

--
Gitblit v1.9.3