From 93bd06cfa5d5d74058807cd74f1722f4fe8293a3 Mon Sep 17 00:00:00 2001 From: zuohuaijun Date: Mon, 15 Sep 2025 01:40:15 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=98=8E=E4=BF=AE=E5=A4=8D=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E8=AD=A6=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Web/src/views/system/serial/index.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 @@ + @@ -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' } },