From e312f308fc538e8769708954589560622330f2ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E8=99=B9=E7=9D=BF?= <297504645@qq.com> Date: Fri, 14 Jul 2023 16:58:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A8=E9=83=A8=E5=8A=A0=E4=B8=8A=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PC/InterFace.Dash/public/config.js | 4 ++-- .../src/utils/tableColumns_api/index.js | 2 +- .../basicConfig/ExportCustomUserSetting.vue | 22 +++---------------- .../src/views/interfaceBoard/IncomingData.vue | 11 ++-------- .../interfaceBoard/IncomingDataHistory.vue | 11 ++-------- .../interfaceBoard/MesProductL7PartsNote.vue | 11 ++-------- .../views/interfaceBoard/MessageReceive.vue | 11 ++-------- .../src/views/interfaceBoard/OutgoingData.vue | 11 ++-------- .../interfaceBoard/OutgoingDataHistory.vue | 11 ++-------- .../interfaceBoard/demo_detail_addbase.vue | 13 ++++------- .../src/views/interfaceBoard/demo_read.vue | 11 ++-------- 11 files changed, 24 insertions(+), 94 deletions(-) diff --git a/PC/InterFace.Dash/public/config.js b/PC/InterFace.Dash/public/config.js index a0d0f9a..22fc6b8 100644 --- a/PC/InterFace.Dash/public/config.js +++ b/PC/InterFace.Dash/public/config.js @@ -1,6 +1,6 @@ // dev_win -window.SITE_CONFIG['base'] = 'http://dev.ccwin-in.com:60068' -// window.SITE_CONFIG['base'] = 'http://192.168.0.197:60068' +// window.SITE_CONFIG['base'] = 'http://dev.ccwin-in.com:60068' +window.SITE_CONFIG['base'] = 'http://192.168.0.197:60068' window.SITE_CONFIG['columnsApiNames'] = '/api/abp/application-localization' // window.SITE_CONFIG['columnsApiNames'] = '/api/abp/application-configuration' window.SITE_CONFIG['columnsApiNamesZh'] = 'Z' diff --git a/PC/InterFace.Dash/src/utils/tableColumns_api/index.js b/PC/InterFace.Dash/src/utils/tableColumns_api/index.js index 4ef0160..8b07b68 100644 --- a/PC/InterFace.Dash/src/utils/tableColumns_api/index.js +++ b/PC/InterFace.Dash/src/utils/tableColumns_api/index.js @@ -4,7 +4,7 @@ import { initFromApiColumnsLable } from '@/utils/index' // ExportCustomUserSetting export const ExportCustomUserSetting = [ - { label: initFromApiColumnsLable('ExportCustomUserSettingCustomUserSetting'), prop: "customUserSetting", type:'name' }, + { label: initFromApiColumnsLable('ExportCustomUserSettingCustomUserSetting'), prop: "customUserSetting" }, { label: initFromApiColumnsLable('ExportCustomUserSettingExportColumnName'), prop: "exportColumnName" }, { label: initFromApiColumnsLable('ExportCustomUserSettingExportTableName'), prop: "exportTableName" }, // { label: initFromApiColumnsLable('ExportCustomUserSettingExportUserId'), prop: "exportUserId" }, diff --git a/PC/InterFace.Dash/src/views/basicConfig/ExportCustomUserSetting.vue b/PC/InterFace.Dash/src/views/basicConfig/ExportCustomUserSetting.vue index 9e4764d..a85e09c 100644 --- a/PC/InterFace.Dash/src/views/basicConfig/ExportCustomUserSetting.vue +++ b/PC/InterFace.Dash/src/views/basicConfig/ExportCustomUserSetting.vue @@ -25,6 +25,7 @@ :primarySearchOption="primarySearchOption" @overallSearchFormClick="overallSearchFormClick" :httpOverallSearchData="httpOverallSearchData" + :buttonOperationList="operationButtonsTable" >