src/views/dnc/base/modules/DeviceStructure/Document/HasReceivedDocumentTableList.vue
@@ -132,6 +132,9 @@ customRow(record) { return { style: { backgroundColor: this.currentClickedDocumentInfo.docId === record.docId ? '#BAE7FF' : 'transparent' }, on: { contextmenu: event => { event.preventDefault() @@ -169,6 +172,7 @@ }, handleDocumentEdit(record, modalTitle) { if (!this.$refs.modalForm) return this.$refs.modalForm.edit(record) this.$refs.modalForm.title = modalTitle },