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="参数"> + + + +