From c1702bf33822ad49a8b51d14a4d6c13eab1de102 Mon Sep 17 00:00:00 2001 From: 田源 <lastanimals@163.com> Date: 星期三, 30 八月 2023 16:26:19 +0800 Subject: [PATCH] 接口基本信息targetName --- Source/UBCS-WEB/src/views/docking/info.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/UBCS-WEB/src/views/docking/info.vue b/Source/UBCS-WEB/src/views/docking/info.vue index 43ccb07..a961944 100644 --- a/Source/UBCS-WEB/src/views/docking/info.vue +++ b/Source/UBCS-WEB/src/views/docking/info.vue @@ -200,7 +200,7 @@ width: 150 }, { label: '鍙傛暟鍚嶇О', - prop: 'targName', + prop: 'targetName', sortable: true, width: 150 },{ @@ -417,7 +417,7 @@ // interfaceFunction:'', // nameSpace:'', // soapAction:'', - // targName:'', + // targetName:'', // cxfaxis:'' // }; // this.pushTypeList.forEach(item => { @@ -467,7 +467,7 @@ fieldType: 'text' }, { title: '鍙傛暟鍚嶇О', - queryField: 'targName', + queryField: 'targetName', fieldType: 'text' }, { title: '璋冪敤鏂瑰紡', -- Gitblit v1.9.3