@@ -1,7 +1,7 @@ | |||
<template> | |||
<div class="search"> | |||
<el-form :inline="true" :model="searchParams" size="small"> | |||
<template v-if="type == 1 || type == 2"> | |||
<!-- <template v-if="type == 1 || type == 2"> | |||
<el-form-item label="一级指标:"> | |||
<el-select | |||
filterable | |||
@@ -35,7 +35,7 @@ | |||
></el-option> | |||
</el-select> | |||
</el-form-item> | |||
</template> | |||
</template> --> | |||
<template v-if="type == 3"> | |||
<el-form-item label="考核指标:"> | |||
<el-select |