From 18ebda9fc1a4bcfc6187a1241f523d92a69ef58c Mon Sep 17 00:00:00 2001 From: danshihao Date: Wed, 18 Oct 2023 15:19:22 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20ASMS=E6=8E=A5=E5=8F=A3=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/AsmsInterfaceList.vue | 7 +++++++ src/views/system/modules/AsmsInterfaceModal.vue | 8 ++++++++ 2 files changed, 15 insertions(+) diff --git a/src/views/system/AsmsInterfaceList.vue b/src/views/system/AsmsInterfaceList.vue index 6280adcf..931b1034 100644 --- a/src/views/system/AsmsInterfaceList.vue +++ b/src/views/system/AsmsInterfaceList.vue @@ -119,6 +119,13 @@ export default { dataIndex: 'queryParamJson', scopedSlots: { customRender: 'text' } }, + { + title: '状态', + align: 'center', + width: 100, + dataIndex: 'status_dictText', + scopedSlots: { customRender: 'text' } + }, { title: this.$t('operation'), // dataIndex: 'action', diff --git a/src/views/system/modules/AsmsInterfaceModal.vue b/src/views/system/modules/AsmsInterfaceModal.vue index 7e549cb2..2ac2e3f7 100644 --- a/src/views/system/modules/AsmsInterfaceModal.vue +++ b/src/views/system/modules/AsmsInterfaceModal.vue @@ -49,6 +49,14 @@ label="参数"> + + + +