Browse Source

流程管理-流程节点顺序排序

master
yzz 2 years ago
parent
commit
b3dffe1693
  1. 18
      src/views/modules/processManagement/processBindingInfo.vue

18
src/views/modules/processManagement/processBindingInfo.vue

@ -646,6 +646,24 @@
fixed: '', fixed: '',
columnWidth: 120, 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, userId: this.$store.state.user.name,
functionId: 109001, functionId: 109001,

Loading…
Cancel
Save