From 40c5c960e7a411a004d528dfe90e12feecf4196d Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Fri, 19 Jan 2024 10:10:02 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E6=96=87=E6=A1=A3=E5=8A=A8=E6=80=81?= =?UTF-8?q?=E8=81=94=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../documentDynamics/DocumentDynamicsList.vue | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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' } } }