From 7e13562a0d4912b7cb9a3a805b67e551307201bc Mon Sep 17 00:00:00 2001 From: LHD_HY <2872546851@qq.com> Date: Fri, 6 Feb 2026 10:49:48 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/data/dataset/components/config.js | 8 ++++---- src/views/data/dataset/config.js | 8 ++++---- src/views/system/user/index.vue | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/views/data/dataset/components/config.js b/src/views/data/dataset/components/config.js index 0ee158f..2e769ec 100644 --- a/src/views/data/dataset/components/config.js +++ b/src/views/data/dataset/components/config.js @@ -18,10 +18,10 @@ export const columnsList = [ { t_props: 'labelingType', t_label: '标注类型', t_width: 150 }, { t_props: 'labelingTemplate', t_label: '标注模板', t_width: 150 }, { t_props: 'sampleCount', t_label: '数据量', t_width: 130 }, - { t_props: 'annotationTask', t_label: '标注任务', t_width: 150 }, + // { t_props: 'annotationTask', t_label: '标注任务', t_width: 150 }, { t_props: 'latestVersion', t_label: '数据集版本', t_width: 160 }, - { t_slot: 'annotationProgress', t_label: '标注进度', t_width: 150 }, - { t_props: 'modelName', t_label: '模型名称', t_width: 150 }, - { t_props: 'modelVersion', t_label: '模型版本', t_width: 150 }, + // { t_slot: 'annotationProgress', t_label: '标注进度', t_width: 150 }, + // { t_props: 'modelName', t_label: '模型名称', t_width: 150 }, + // { t_props: 'modelVersion', t_label: '模型版本', t_width: 150 }, { t_props: 'createTime', t_label: '创建时间', t_width: 180, t_slot: 'createTime' }, ] diff --git a/src/views/data/dataset/config.js b/src/views/data/dataset/config.js index c65cc18..46281a6 100644 --- a/src/views/data/dataset/config.js +++ b/src/views/data/dataset/config.js @@ -18,10 +18,10 @@ export const columnsList = [ { t_props: 'labelingType', t_label: '标注类型', t_width: 150 }, { t_props: 'labelingTemplate', t_label: '标注模板', t_width: 150 }, { t_props: 'sampleCount', t_label: '数据量', t_width: 130 }, - { t_props: 'annotationTask', t_label: '标注任务', t_width: 150 }, + // { t_props: 'annotationTask', t_label: '标注任务', t_width: 150 }, { t_props: 'latestVersion', t_label: '数据集版本', t_width: 160 }, - { t_slot: 'annotationProgress', t_label: '标注进度', t_width: 150 }, - { t_props: 'modelName', t_label: '模型名称', t_width: 150 }, - { t_props: 'modelVersion', t_label: '模型版本', t_width: 150 }, + // { t_slot: 'annotationProgress', t_label: '标注进度', t_width: 150 }, + // { t_props: 'modelName', t_label: '模型名称', t_width: 150 }, + // { t_props: 'modelVersion', t_label: '模型版本', t_width: 150 }, { t_props: 'createTime', t_label: '创建时间', t_width: 180, t_slot: 'createTime' }, ] diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue index e9b31a4..aeed358 100644 --- a/src/views/system/user/index.vue +++ b/src/views/system/user/index.vue @@ -81,7 +81,7 @@ import ImportExcelDialog from '@/views/common/ImportExcelDialog' import { downloadFileWithLoading } from '@/utils/download' import {decryptWithSM4} from "@/utils/sm"; -const IMPORT_URL = process.env.VUE_APP_BASE_API + 'smartPlatform/system/user/importUserBatch'; +const IMPORT_URL = process.env.VUE_APP_BASE_API + '/smartPlatform/system/user/importUserBatch'; export default { name: 'DataClassManage',