update
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
class="select"
|
||||
v-model="choseList"
|
||||
:options="listData"
|
||||
placeholder="请选择节点"
|
||||
placeholder="请选择"
|
||||
filterable
|
||||
clearable
|
||||
:disabled="disabled"
|
||||
|
||||
@@ -500,6 +500,9 @@ const actionList = ref<any>([
|
||||
click: (row: any) => {
|
||||
downloadFileById(row.id);
|
||||
},
|
||||
hide: (row: any) => {
|
||||
return !row.id || ['仿真任务', '仿真算例', '数据指标'].includes(currentModel.value);
|
||||
},
|
||||
},
|
||||
{
|
||||
title: '编辑',
|
||||
|
||||
@@ -902,7 +902,7 @@ const beforeUploadFun = (file: any) => {
|
||||
width: 250px;
|
||||
height: 100%;
|
||||
background-color: var(--el-bg-color);
|
||||
z-index: 1;
|
||||
z-index: 9;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user