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" >