bug修改

This commit is contained in:
LHD_HY 2026-02-06 10:49:48 +08:00
parent 6d23f08740
commit 7e13562a0d
3 changed files with 9 additions and 9 deletions

View File

@ -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' },
]

View File

@ -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' },
]

View File

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