From b3dffe1693285bf5c6388e30f7e1798c234b363c Mon Sep 17 00:00:00 2001 From: yzz Date: Thu, 25 Apr 2024 15:26:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=81=E7=A8=8B=E7=AE=A1=E7=90=86-=E6=B5=81?= =?UTF-8?q?=E7=A8=8B=E8=8A=82=E7=82=B9=E9=A1=BA=E5=BA=8F=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../processManagement/processBindingInfo.vue | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/views/modules/processManagement/processBindingInfo.vue b/src/views/modules/processManagement/processBindingInfo.vue index 7a13704..edc406e 100644 --- a/src/views/modules/processManagement/processBindingInfo.vue +++ b/src/views/modules/processManagement/processBindingInfo.vue @@ -646,6 +646,24 @@ fixed: '', columnWidth: 120, }, + { + userId: this.$store.state.user.name, + functionId: 109001, + serialNumber: '109001Table2SeqNo', + tableId: "109001Table2", + tableName: "节点信息表", + columnProp: 'seqNo', + headerAlign: "center", + align: "center", + columnLabel: '节点顺序', + columnHidden: false, + columnImage: false, + columnSortable: true, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 80, + }, /*{ userId: this.$store.state.user.name, functionId: 109001,