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 %}