|
@@ -2,10 +2,10 @@
|
|
|
<div class="knowledge-type-container layout-padding">
|
|
|
<div class="layout-padding-auto layout-padding-view pd20">
|
|
|
<el-form :model="state.queryParams" ref="ruleFormRef" inline @submit.native.prevent :disabled="state.loading">
|
|
|
- <el-form-item label="关键字" prop="keyword" class="mb0">
|
|
|
+ <el-form-item label="关键字" prop="keyword">
|
|
|
<el-input v-model="state.queryParams.keyword" placeholder="类型名称" clearable @keyup.enter="handleQuery" class="keyword-input" />
|
|
|
</el-form-item>
|
|
|
- <el-form-item class="mb0">
|
|
|
+ <el-form-item>
|
|
|
<el-button type="primary" @click="handleQuery" :loading="state.loading"> <SvgIcon name="ele-Search" class="mr5" />查询 </el-button>
|
|
|
<el-button @click="resetQuery(ruleFormRef)" class="default-button" :loading="state.loading">
|
|
|
<SvgIcon name="ele-Refresh" class="mr5" />重置
|