diff --git a/src/api/iot-card/record.ts b/src/api/iot-card/record.ts
new file mode 100644
index 00000000..45414c5f
--- /dev/null
+++ b/src/api/iot-card/record.ts
@@ -0,0 +1,7 @@
+import server from '@/utils/request'
+
+/**
+ * 分页查询操作记录列表
+ * @param data
+ */
+export const queryList = (data: any) => server.post(`/network/card/stateOperate/_log`, data)
\ No newline at end of file
diff --git a/src/views/iot-card/Record/index.vue b/src/views/iot-card/Record/index.vue
new file mode 100644
index 00000000..fbedfd35
--- /dev/null
+++ b/src/views/iot-card/Record/index.vue
@@ -0,0 +1,77 @@
+
+
+
+
+
+
+ {{
+ slotProps.time
+ ? moment(slotProps.time).format('YYYY-MM-DD HH:mm:ss')
+ : ''
+ }}
+
+
+
+
+
+
+
+