diff --git a/src/views/modules/part/bomManagement.vue b/src/views/modules/part/bomManagement.vue index 8f39669..08151f6 100644 --- a/src/views/modules/part/bomManagement.vue +++ b/src/views/modules/part/bomManagement.vue @@ -191,7 +191,7 @@ - + @@ -1422,6 +1422,25 @@ export default { fixed: '', columnWidth: 80 }, + { + userId: this.$store.state.user.name, + functionId: 601002, + serialNumber: '601002Table1NoteText', + tableId: '601002Table1', + tableName: 'BOM信息表', + columnProp: 'noteText', + headerAlign: 'center', + align: 'right', + columnLabel: 'BOM版本说明', + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 100 + }, + { userId: this.$store.state.user.name, functionId: 601002,