diff --git a/Web/src/views/system/serial/index.vue b/Web/src/views/system/serial/index.vue
index a5b3b833..bee8e4db 100644
--- a/Web/src/views/system/serial/index.vue
+++ b/Web/src/views/system/serial/index.vue
@@ -42,6 +42,9 @@
{{ item.text }}
+
+ {{ row.seq }}
+
@@ -106,7 +109,7 @@ const options = useVxeTable(
{ field: 'type', title: '分类', minWidth: 150, showOverflow: 'tooltip', slots: { default: 'row_type' } },
{ field: 'resetInterval', title: '重置间隔', minWidth: 120, showOverflow: 'tooltip', slots: { default: 'row_resetInterval' } },
{ field: 'formater', title: '表达式', minWidth: 220, showOverflow: 'tooltip' },
- { field: 'seq', title: '当前序列号', minWidth: 80, showOverflow: 'tooltip' },
+ { field: 'currentSeq', title: '当前序列号', minWidth: 80, showOverflow: 'tooltip', slots: { default: 'row_seq' } },
{ field: 'min', title: '最小值', minWidth: 80, showOverflow: 'tooltip' },
{ field: 'max', title: '最大值', minWidth: 150, showOverflow: 'tooltip' },
{ field: 'expy', title: '有效期', minWidth: 150, showOverflow: 'tooltip', slots: { default: 'row_expy' } },