|
|
@@ -57,13 +57,16 @@
|
|
|
:value="dict.value"
|
|
|
/>
|
|
|
</el-select>
|
|
|
+ </el-form-item>
|
|
|
+ <el-form-item label-position="top">
|
|
|
+ <div class="item-search"> </div>
|
|
|
+ <div class="item-search">
|
|
|
+ <el-button icon="Refresh" @click="resetQuery">重置</el-button>
|
|
|
+ <el-button type="primary" icon="Search" @click="handleQuery">搜索</el-button>
|
|
|
+ </div>
|
|
|
</el-form-item>
|
|
|
</el-form>
|
|
|
- <div style="float: right;margin-bottom: 10px;">
|
|
|
- <el-button icon="Refresh" @click="resetQuery">重置</el-button>
|
|
|
- <el-button type="primary" icon="Search" @click="handleQuery">搜索</el-button>
|
|
|
- </div>
|
|
|
-
|
|
|
+
|
|
|
<!-- 操作按钮区域 -->
|
|
|
<el-row :gutter="10" class="mb8">
|
|
|
<!-- 空的按钮区域,保持与其他页面一致的间距 -->
|