fix:界面修复
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="task-operate">
|
||||
<el-dropdown placement="bottom-end">
|
||||
<!-- <el-dropdown placement="bottom-end">
|
||||
<el-button type="primary">
|
||||
操作 <el-icon class="el-icon--right"><ArrowDown /></el-icon>
|
||||
</el-button>
|
||||
@@ -78,8 +78,8 @@
|
||||
<el-dropdown-item @click="visible = true">查看所有活动</el-dropdown-item>
|
||||
</el-dropdown-menu>
|
||||
</template>
|
||||
</el-dropdown>
|
||||
<!-- <el-button
|
||||
</el-dropdown> -->
|
||||
<el-button
|
||||
size="small"
|
||||
type="primary"
|
||||
v-if="runInfo.status === RUN_STATUS.UNSTART"
|
||||
@@ -91,10 +91,10 @@
|
||||
>暂停</el-button
|
||||
>
|
||||
|
||||
<el-button size="small" type="primary">完成</el-button>
|
||||
<!-- <el-button size="small" type="primary">完成</el-button> -->
|
||||
<el-button size="small" @click="refreshFun">刷新</el-button>
|
||||
|
||||
<el-button size="small" @click="visible = true">查看所有活动</el-button> -->
|
||||
<el-button size="small" @click="visible = true">查看所有活动</el-button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -625,8 +625,8 @@ const setSpecialParamData = (param: any, data: any) => {
|
||||
param.runId = props.runInfo.uuid;
|
||||
param.runName = props.runInfo.runName;
|
||||
param.projectname = props.runInfo.projectName;
|
||||
param.software = '电池仿真';
|
||||
param.jobName = '测试任务' + new Date().getTime();
|
||||
// param.software = '电池仿真';
|
||||
// param.jobName = '测试任务' + new Date().getTime();
|
||||
param.software = data.label;
|
||||
const keys = Object.keys(param);
|
||||
if (keys.includes('masterFileRegularStr') && keys.includes('inputFilesRegularStr')) {
|
||||
|
||||
Reference in New Issue
Block a user