This commit is contained in:
2026-03-24 20:54:57 +08:00
parent 655f1f0b90
commit ff93728310
3 changed files with 5 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
class="select"
v-model="choseList"
:options="listData"
placeholder="请选择节点"
placeholder="请选择"
filterable
clearable
:disabled="disabled"

View File

@@ -500,6 +500,9 @@ const actionList = ref<any>([
click: (row: any) => {
downloadFileById(row.id);
},
hide: (row: any) => {
return !row.id || ['仿真任务', '仿真算例', '数据指标'].includes(currentModel.value);
},
},
{
title: '编辑',

View File

@@ -902,7 +902,7 @@ const beforeUploadFun = (file: any) => {
width: 250px;
height: 100%;
background-color: var(--el-bg-color);
z-index: 1;
z-index: 9;
}
}
}