From 5f694550ed7bf0f6147c66feaa4406034ae62e54 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Tue, 11 Aug 2026 19:06:00 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
applications/task-work-order/src/views/orderView/deviceInvocation/equipmentResource/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/applications/task-work-order/src/views/orderView/deviceInvocation/equipmentResource/index.vue b/applications/task-work-order/src/views/orderView/deviceInvocation/equipmentResource/index.vue
index e523bbc..acfc428 100644
--- a/applications/task-work-order/src/views/orderView/deviceInvocation/equipmentResource/index.vue
+++ b/applications/task-work-order/src/views/orderView/deviceInvocation/equipmentResource/index.vue
@@ -88,7 +88,7 @@
</el-table-column>
<el-table-column prop="firmwareVersion" show-overflow-tooltip label="固件版本" />
<el-table-column prop="deviceDeptName" 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="viewEquipment(row)">查看</el-link>
<!-- <el-link type="primary" @click="editEquipment(row)">编辑</el-link>
--
Gitblit v1.9.3