diff --git a/src/views/standardRegulationLibrary/documentDynamics/DocumentDynamicsList.vue b/src/views/standardRegulationLibrary/documentDynamics/DocumentDynamicsList.vue index f1b40612..c13461d4 100644 --- a/src/views/standardRegulationLibrary/documentDynamics/DocumentDynamicsList.vue +++ b/src/views/standardRegulationLibrary/documentDynamics/DocumentDynamicsList.vue @@ -6,8 +6,8 @@ - +
@@ -64,21 +64,21 @@ export default { { // 消息内容 title: this.$t('standardRegulationLibrary.documentDynamics.messageContent'), align: 'center', - width: 180, - dataIndex: 'messageContent', + width: 300, + dataIndex: 'content', scopedSlots: { customRender: 'text' } }, { // 通知时间 title: this.$t('standardRegulationLibrary.documentDynamics.notificationTime'), align: 'center', - width: 180, - dataIndex: 'notificationTime', + width: 150, + dataIndex: 'createTime', scopedSlots: { customRender: 'text' } } ], url: { - list: '', - deleteBatch: '' + list: '/laws/standard/updateRecord/list', + deleteBatch: '/laws/standard/updateRecord/deleteBatch' } } }