From 3a356d5886c1e76d48ebac7e93e2d88445098f55 Mon Sep 17 00:00:00 2001 From: xiaji Date: Tue, 19 May 2026 15:06:54 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=AE=BE=E5=A4=87=E8=A1=A8=E6=A0=BC?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=BC=96=E8=BE=91=E5=92=8C=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E6=93=8D=E4=BD=9C=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- device_management/templates/device_management/index.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/device_management/templates/device_management/index.html b/device_management/templates/device_management/index.html index 6904a01..800d495 100644 --- a/device_management/templates/device_management/index.html +++ b/device_management/templates/device_management/index.html @@ -96,6 +96,7 @@ 状态 负责人 服役天数 + 操作 @@ -142,6 +143,11 @@ {{ device.responsible_person|default:"-" }} {{ device.service_duration_days }} 天 + + 编辑 + | + 删除 + {% endfor %}