This commit is contained in:
2024-09-14 13:34:10 +08:00
parent 5cf6144763
commit 802e7e0983
2 changed files with 3 additions and 16 deletions

View File

@@ -43,8 +43,6 @@ watch(() => route.query.t, async (newValue, oldValue) => {
let type = (route.query.type as string) || 'null'
if (type == '1') {
activeName.value = '1'
} else {
activeName.value = '4'
}
id.value = (route.query.id as string) || 'null'
id.value = id.value + '@' + route.query.t

View File

@@ -3,20 +3,9 @@
<div>
<TableHeader>
<template v-slot:select>
<!-- <el-form-item label='任务名称'>-->
<!-- <el-input v-model='tableStore.table.params.searchValue' placeholder='请输入任务名称'></el-input>-->
<!-- </el-form-item>-->
<!-- <el-form-item label='任务类型'>-->
<!-- <el-select v-model="tableStore.table.params.runF" clearable placeholder="请选择任务类型">-->
<!-- <el-option-->
<!-- v-for="item in runFlagList"-->
<!-- :key="item.id"-->
<!-- :label="item.name"-->
<!-- :value="item.id"-->
<!-- ></el-option>-->
<!-- </el-select>-->
<!-- </el-form-item>-->
<el-form-item label='任务名称'>
<el-input v-model='tableStore.table.params.searchValue' placeholder='请输入任务名称'></el-input>
</el-form-item>
</template>
</TableHeader>
<!--表格-->