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',