|
|
|
@@ -63,11 +63,15 @@ |
|
|
|
v-if="statisticType === 0" |
|
|
|
suffix-icon="el-icon-search" |
|
|
|
:placeholder="$t('profiler.searchByType')" |
|
|
|
clearable |
|
|
|
@clear="searchOpCoreList()" |
|
|
|
@keyup.enter.native="searchOpCoreList()"></el-input> |
|
|
|
<el-input v-model="searchByNameInput" |
|
|
|
v-if="statisticType === 1" |
|
|
|
suffix-icon="el-icon-search" |
|
|
|
:placeholder="$t('profiler.searchByName')" |
|
|
|
clearable |
|
|
|
@clear="searchOpCoreList()" |
|
|
|
@keyup.enter.native="searchOpCoreList()"></el-input> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
@@ -170,6 +174,8 @@ |
|
|
|
<el-input v-model="searchByCPUNameInput" |
|
|
|
suffix-icon="el-icon-search" |
|
|
|
:placeholder="$t('profiler.searchByName')" |
|
|
|
clearable |
|
|
|
@clear="searchOpCpuList()" |
|
|
|
@keyup.enter.native="searchOpCpuList()"></el-input> |
|
|
|
</div> |
|
|
|
<el-table v-show="opCpuList.opDetailCol && opCpuList.opDetailCol.length" |
|
|
|
|